Jonathan M. Franz

Show:

What's happening?

  • 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.

    2003-09-22 23:59:59 UTC in PDO: Python Database Objects