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
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to