Tutorials for Python + PostgreSQL

Daniel Crespo dcrespo at gmail.com
Wed Nov 23 09:41:04 EST 2005


Hi

Use adodb for it. Also, adodb accepts mysql, mssql, oracle, access, ...

Anyway, It needs psycopg for accessing Postgres databases, but I
recommend to use adodb, specially if you plan to use conectivity with
other databases too, because the access to them is the same way. Of
course, there are some differences between databases, but I think adodb
can care about it :)

http://adodb.sourceforge.net/
http://stickpeople.com/projects/python/win-psycopg/

Daniel




More information about the Python-list mailing list