Python Database Objects (PDO) 1.0.2 Released

Bryan J Gudorf bgudorf@neurokode.com
Tue, 7 Oct 2003 23:31:28 -0400


   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.
   As released previously: Python Database Objects (PDO) provides an easy to
use Object
Oriented API for database developers. PDO utilizes DB-API modules for
database access,
but allows for a Common Object Oriented API across RDBMS. Thus, PDO can be
thought of
as a 'wrapper' around the DB-API and database specific modules.
   PDO offers a unique interface which includes such features as column
access by name,
forward and backward movement through a result set and much, much more.
   Downloads for Python Database Objects are available on SourceForge.Net
or for more information please visit pdo.neurokode.com.

~Bryan J Gudorf
NeuroKode Labs, LLC