Re: PostgreSQL 7.4.1 and pgdb.py - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: PostgreSQL 7.4.1 and pgdb.py
Date
Msg-id 20040131035904.GB28765@dcc.uchile.cl
Whole thread Raw
In response to Re: PostgreSQL 7.4.1 and pgdb.py  (Jeff Davis <jdavis-pgsql@empires.org>)
Responses Re: PostgreSQL 7.4.1 and pgdb.py  (Jeff Davis <jdavis-pgsql@empires.org>)
Re: PostgreSQL 7.4.1 and pgdb.py  (Lamar Owen <lowen@pari.edu>)
List pgsql-general
On Fri, Jan 30, 2004 at 07:42:27PM -0800, Jeff Davis wrote:

> You can probably get an updated pgdb.py somehow, or you can just use
> "import pg" which has a different interface (non DBAPI-2.0 compliant)
> but should work fine (since it doesn't try to access system catalogs,
> it's more of a low-level PG interface for python).

Keep in mind that there's also psycopg and PyGreSql, as far as Python
interfaces go.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pido que me den el Nobel por razones humanitarias" (Nicanor Parra)

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: PostgreSQL 7.4.1 and pgdb.py
Next
From: Jeff Davis
Date:
Subject: Re: PostgreSQL 7.4.1 and pgdb.py