faqts : Computers : Programming : Languages : Python : Common Problems : Database Access : PostgreSQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 9 people (78%) answered Yes
Recently 2 of 3 people (67%) answered Yes

Entry

Is there some documentation for the python interface to postgresql?

Jun 22nd, 2000 04:41
unknown unknown, Erno Kuusela


The PyGreSQL package ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz
(Latest released version) has a tutorial directory.

The README that comes with the module documents the postgresql-specific 
api. the most recent versions support DB-API also.