Anyone know a good Pygresql Tutorial for Interfacing between Python &Postgresql
Gerhard Häring
gh at ghaering.de
Sat Jun 19 01:57:14 EDT 2004
Peter Maas wrote:
> Chuck Amadi schrieb:
>
>> Anyone know a good Pygresql Tutorial for Interfacing between Python &
>> Postgresql .
>
>
> Tried Google and found
>
> http://www.pygresql.org/README.txt
This describes the PyGreSQL proprietory interface. It would IMO be a
much better idea to use a DB-API compliant interface, like pyPgSQL or
psycopg offer. Or PyGreSQL through the pgdb module included.
-- Gerhard
More information about the Python-list
mailing list