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 license]
PDO