An Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. [Open Source, LGPL]
Python Database Objects provides a convenient Object Oriented API for database access in Python. PDO supports multiple RDBMS with the same API, and provides features not found in the DB-API spec, such as column access by name. [OPen source, BSD style ...