Re: interfaces for python

From: Brian Morton <pgsql(at)restaurants101(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: interfaces for python
Date: 2004-10-08 06:19:15
Message-ID: FA61F8AE-18F1-11D9-9F27-000A95D4277C@restaurants101.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've been using psycopg for a few years and it works very well. I agree
with the other posters.

I would also add that a quick look at SQLObject is worthwhile for a
python programmer. Very handy.

http://sqlobject.org

I have no affiliation with the product but I am a fan. Been using it as
my CGI interface until Zope sorts out whether it wants to use DTML or
TAL for its web interface.

Brian

On Oct 6, 2004, at 10:13 PM, Scott Frankel 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

Browse pgsql-general by date

  From Date Subject
Next Message Maarten Boekhold 2004-10-08 06:34:47 [Fwd: Re: CGI program cannot access database]
Previous Message Miles Keaton 2004-10-08 05:22:06 when to use NULL and when to NOT NULL DEFAULT ''