Home      Documentation     Downloads       Mailing Lists       Forums       News       NeuroKode Home


  SourceForge.net Logo

 PDO: Python Database Objects: News

PDO 1.2.2 Released


PDO 1.2.2 has been uploaded. This release fixes a bug in the .moveto() functionality as well as adds support for the psycopg module. (0 comments)


Bugfix release 1.2.1


1.2.1 has been uploaded - it fixes a bug with python 2.3 and the .keys() method.

Enjoy. (0 comments)


Python Database Objects (PDO) 1.2.0 Released


PDO, an open source python module for interfacing with RDBMS (SQL databases), has now reached 1.2.0! PDO provides an object oriented API, similar to that of ADO or JDBC, to python developers. PDO features column access by name. This new release adds support for the cx_Oracle, DB2 and adodbapi modules, allowing users to use PDO with a variety of database systems. 9 different DBAPI modules are now supported, allowing for PDO to be used with almost any RDBMS. Additional features, such as query parameters, have also been added in this release, as well as the usual bug-fixes.

PDO is released under a BSD style license.

PDO supports the following DBAPI python modules and databases:
MySQLdb (supports MySQL)
PySQLite (SQLite)
pgdb (PostgreSQL)
kinterbasdb (Firebird, Interbase)
mxODBC (Many)
pyDB2 (IBM's DB/2)
cx_Oracle (Oracle)
adodbapi (windows only - any RDBMS with an OLE DB provider or ODBC driver) (0 comments)


Python Database Objects (PDO) 1.1.0 Released


Python Database Objects 1.1.0 has been released. This fairly stable test release includes support for various databases through the mxODBC module. This release also adds more functionality through commands such as move and moveto, which allow for more dynamic movement through a recordset.
As we move forward in the 1.1 series we will be adding support for more databases. Community support and feedback is appreciated so that we can make PDO as useful as possible. (0 comments)


PDO 1.0.2 Released


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. (0 comments)


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. (0 comments)


PDO 1.0 released


Version 1.0 of Python Database Objects (PDO) has been uploaded. PDO, for those who don't know it, is an object oriented abstraction layer over the python DB-API. Its easy to use, and will seem very familar to users of ADO, JDBC and other OO DB libraries. This is the first public release of the PDO module, which has been in development for several months.
Download and enjoy. (0 comments)


?>