Re: interfaces for python

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: "Scott Frankel" <leknarf(at)pacbell(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: interfaces for python
Date: 2004-10-07 08:45:57
Message-ID: opsfhryvufcq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I'd advise psycopg as the fastest one (by a factor of 10x on large
selects).

On Wed, 6 Oct 2004 21:13:02 -0700, Scott Frankel <leknarf(at)pacbell(dot)net>
wrote:

>
> I'd like to know if anyone has recommendations for which Python DB-API
> 2.0
> interface to use with PostGreSQL-7.4.5.
>
> The database and tools to interact with it will be hosted on a MacOS
> 10.3.x machine.
> The db schema represents a small production studio environment with only
> a handful
> of users. db connection will be intermittent.
>
> pyPgSQL?
> PyGreSQL?
>
> Anything I should consider?
>
> Thanks in advance!
> Scott
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Markus Schaber 2004-10-07 08:46:03 Re: Avoiding explicit addDataType calls for PostGIS
Previous Message John Browne 2004-10-07 05:05:12 Conditional Relationships?