[Tutor] python, wxpython and postgresql

Chris Fuller cfuller084 at thinkingplanet.net
Tue Mar 18 01:37:49 CET 2008


There are at least a couple of python interfaces to postgresql, but psycopg 
follows the DB-API spec.  You shouldn't have to use the postgresql engine 
directly.

http://www.initd.org/pub/software/psycopg/

The cool bit is that the examples you see that follow DB-API will apply to 
postgresql, except for the initial connection part.

Cheers


More information about the Tutor mailing list