PDO: Python Database Objects News
Brought to you by:
brujahpriest,
jfranz
We at NeuroKode Labs, LLC, are proud to announce the release of Python
Database Objects (PDO) 1.0.2. The current release adds kinterbasedb,
(firebird, interbase) support.
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.