  |
http://wiki.zope.org/ZODB/FrontPage - http://wiki.zope.org/ZODB/FrontPage
The Z Object Database, or the ZODB for short, is a powerful and easy-to-use object persistence system for Python. [Open Source, ZPL] |
  |
SQLAlchemy - http://www.sqlalchemy.org/
SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. [Open Source, MIT license] |
  |
SQLObject - http://www.sqlobject.org/
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] |
  |
mxBeeBase - http://www.egenix.com/products/python/mxBase/mxBeeBase/
On-disk B+Tree Based Database Kit. [Open Source] |
  |
Metakit for Python (Mk4py) - http://www.equi4.com/metakit/
A lower-level API for the Metakit C++ core extension, and uses SCXX by Gordon McMillan as C++ glue interface. [X/MIT-style and commercial licenses] |
  |
http://pybsddb.sourceforge.net/ - http://pybsddb.sourceforge.net/
Python bindings for BerkeleyDB 3.x embeddable database. [Open Source, BSD-like] |
  |
Another Python SQLite Wrapper - http://code.google.com/p/apsw/
APSW is a thin wrapper over the SQLite 3 API. [Open Source, zlib/libpng license] |
  |
MetaKit for Python - http://www.equi4.com/metakit/python.html
A Python interface to MetaKit. MetaKit is an embeddable database which runs on Unix, Windows, Macintosh, and other platforms. [Open-Source, MIT] |
  |
Python SQL Database Access System - http://sourceforge.net/projects/pysqldb/
A simple and consistent programming interface to SQL databases, in Python. [Open source, Python Software Foundation License] |
  |
http://pdo.neurokode.com/ - http://pdo.neurokode.com/
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] |