Psycopg Documentation

Diez B. Roggisch deets at nospam.web.de
Sun Mar 29 06:38:49 EDT 2009


taliesin schrieb:
> Hi,
> 
> I'm probably being very dense so apologies in advance, but I can't find
> any decent documentation for the psycopg module for PostgreSQL interfacing.
> 
> Google and Yahoo don't seem to return much for any of the queries I gave
> them and what's listed as the homepage for psycopg is this:
> http://initd.org/projects/psycopg2
> 
> Having wrestled with trac myself, I can appreciate where the fellah is
> coming from, but it doesn't help me much with psycopg!
> 
> I've also found:
> 
> http://initd.org/pub/software/psycopg/dbapi20programming.pdf
> 
> which is good, but incomplete.
> 
> Is there any other documentation out there that people know of?

psycopg(2) are DB-API 2.0 compliant.

http://www.python.org/dev/peps/pep-0249/

That's usually enough, plus a few interactive interpreter sessions.

Diez



More information about the Python-list mailing list