Postgresql - Preferred Python Library

David Cook davecook at nowhere.net
Sat Sep 11 00:53:41 EDT 2004


On 2004-09-09, Graeme Matthew <graeme.matthew at contrado.com.au> wrote:

> Can anyone tell me what is the recommended Python library for database 
> connections

My preference is psycopg, but I also try to test with the standard one that
comes with postgres (the DBAPI module is pgdb) and pyPgSQL.

Dave Cook




More information about the Python-list mailing list