Re: which Python interface - Mailing list pgsql-general

From Brent R. Matzelle
Subject Re: which Python interface
Date
Msg-id 20010706132005.22150.qmail@web13004.mail.yahoo.com
Whole thread Raw
In response to which Python interface  ("markus jais" <mjais@web.de>)
List pgsql-general
--- markus jais <mjais@web.de> wrote:
> hi,
> at www.python.org I found at least 3 python interfaces
> for postgresql.
> can anybody give me some hints, which one to choose?
> I saw that at least one of these is written in C, so
> this maybe the fastet.

I researched all three modules and I would say that PoPy
(http://sourceforge.net/projects/popy) it is the best module
available at this time.  It is written in C, DB-API 2.0
compliant, and thread safe.  You cannot get much better than
that.

Brent

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Transactions within a function
Next
From: Doug McNaught
Date:
Subject: Re: Transactions within a function