Menu

PDO 1.0.1 released - postgreSQL support added

Python Database Objects version 1.0.1 has been released. This incremental update adds support for the PostgreSQL via the pgdb module.
PDO is a python module providing a common object oriented api across mutliple RDBMS. Similar in scope to ADO and JDBC, PDO provides column access by name, forward and backward movement within a resultset, and much more.

Posted by Jonathan M. Franz 2003-09-22

Log in to post a comment.