[Zope] best postgreSQL adapter?
Jim Penny
jpenny@universal-fasteners.com
Thu, 8 Mar 2001 14:13:09 -0500
On Thu, Mar 08, 2001 at 11:53:43AM -0700, Joshua wrote:
> I'm curious as to which PostgreSQL zope adapter is most solid. I'm looking
> to build what will eventually have fairly heavy traffic database usage.
> Let's see...I found:
>
> psycopg/ZpsycopgDA
> ZPyGreSQLDA
> PoPy
>
> any others? psycopg mentions that it is designed for heavy multi threaded
> operations but popy seems more developed.
In a nutshell, you hit it on the head. Psycopg is _very_ young.
It may surpass PoPy in the future.
For now, I would recommend that you develop using PoPy and build a secondary
test machine using psyco. Your applications should be 100% compatible, so,
there should be no real cost to switching later if psycopg proves better
in your application.
>
> I would appreciate any good input. Thanks
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>