PDO
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]
pSQL
A wrapper above MySQLdb which renders MySQL databases as very comfortable pythonic objects.
pyBSDdb
Python bindings for BerkeleyDB 3.x embeddable database. [Open Source, BSD-like]
Python Database Row Module
This Python 2.2 module defines light-weight objects which allow very flexible access to a fixed number of positional and named attributes via several interfaces. [Open Source, BSD-like]
Python SQL Database Access System
A simple and consistent programming interface to SQL databases, in Python. [Open source, Python Software Foundation License]
SnakeDb
An easy database API that is a wrapper around other Python database modules (like Gadfly and MySQLdb). [Open source, GPL]
SQLDict Module
A dictionary-style interface around any DB API-compatible database. [Open Source, BSD-like]
ZODB
The Z Object Database, or the ZODB for short, is a powerful and easy-to-use object persistence system for Python. [Open Source, ZPL]
ZODB-Tutorial.py
A number of hands-on code example how to use the ZODB.
Metakit for Python (Mk4py)
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] (May 19, 2004)
Results: Previous 1 2 3