ADODBAPI
A DB-API 2.0 module for accessing data sources via Micrsosoft ADO. [Open Source, LGPL]
url: adodbapi.sourceforge.net/
cx_Oracle
Oracle 8i interface developed by Computronix. [Open Source, BSD-like]
url: www.computronix.com/utilities.shtml
DCOracle
Python DB-API interface to Oracle 7 and 8 databases. [Open Source, BSD-like]
url: www.zope.org/Products/DCOracle
DCOracle2
A Python DB API 2.0 adapter for Oracle 8. [Open Source, ZPL]
url: www.zope.org/Members/matt/dco2
DMtools
A data mining toolbox with caching of database queries and parallelism within a collection of independent queries. [Open Source, GPL]
url: csl.anu.edu.au/ml/dm/dm_software.html
GV Interbase Database Adapter
A database adapter for the Interbase relational database.
url: www.zope.org/Members/bkc/gvibDA
Ingres interface
A Python database API 2.0 conforming CA Ingres module.
url: www.informatik.uni-rostock.de/~hme/software/
kinterbasdb
Python module for interfacing Interbase databases. [Open Source, BSD-like]
url: kinterbasdb.sourceforge.net/
MetaKit for Python
A Python interface to MetaKit. MetaKit is an embeddable database which runs on Unix, Windows, Macintosh, and other platforms. [Open-Source, MIT]
url: www.equi4.com/metakit/python.html
MkSQL
A Python package which implements a SQL front end to the MetaKit database. It implements a large subset of the SQL 2 (aka SQL 92) standard, and comes with a Python DBI version 2 interface. [Open-Source, BSD-like]
url: www.mcmillan-inc.com/mksqlintro.html
mxBeeBase
On-disk B+Tree Based Database Kit. [Open Source]
url: www.lemburg.com/files/python/mxBeeBase.html
mxODBC
A DB-API 2.0 compliant ODBC Interface for Python. [Commercial, free for non-commercial use]
url: www.lemburg.com/files/python/mxODBC.html
MySQLdb
Python interface to MySQL databases. [Open Source, Python License/GPL]
url: sourceforge.net/projects/mysql-python/
ODBC Module
Offers sample source codes of open database connection.
url: www.python.org/windows/win32/odbc.html
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]
url: pdo.neurokode.com/
PoPy
A PostgreSQL driver for Python. [Open Source, GPL]
url: popy.sourceforge.net/
pSQL
A wrapper above MySQLdb which renders MySQL databases as very comfortable pythonic objects.
url: software.fionet.com/pSQL/
psycopg
A PostgreSQL database adapter for Python. [Open Source, GPL]
url: initd.org/software/psycopg
pyBSDdb
Python bindings for BerkeleyDB 3.x embeddable database. [Open Source, BSD-like]
url: pybsddb.sourceforge.net/
PyGreSQL
PostgreSQL module for Python. [Open Source, BSD-like]
url: www.druid.net/pygresql/
pyPgSQL
A Python DB-API 2.0 compliant interface to a PostgreSQL (v7.0 and later) database. [Open Source, BSD-like]
url: pypgsql.sourceforge.net/
PySQLite
A Python interface using the SQLite embedded relational database engine that will conform to the Python Database API Specification 2.0. [Open Source, Python license]
url: pysqlite.sourceforge.net/
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]
url: opensource.theopalgroup.com/
Python SQL Database Access System
A simple and consistent programming interface to SQL databases, in Python. [Open source, Python Software Foundation License]
url: sourceforge.net/projects/pysqldb/
SAP DB
An interface to the SAP DB database. [Open Source, LGPL]
url: www.sapdb.org/sap_db_program.htm
SnakeDb
An easy database API that is a wrapper around other Python database modules (like Gadfly and MySQLdb).
url: www.scriptfoundry.com/modules/snakedb/
SQL Relay
Persistent database connection pooling, proxying and load balancing system for Unix with a Python API. [Open Source]
url: sourceforge.net/projects/sqlrelay/
SQLDict Module
A dictionary-style interface around any DB API-compatible database. [Open Source, BSD-like]
url: dustman.net/andy/python/SQLDict
Sybase module for Python
A Python interface to the Sybase relational database system. [Open Source, BSD-like]
url: www.object-craft.com.au/projects/sybase/
zdc
Zike Data Classes is an object-oriented layer above DB-API compliant Python modules, similar to Microsoft's ADO plus business objects. [Open Source, Python license]
url: zdc.sourceforge.net/
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]
url: zope.org/Wikis/ZODB/FrontPage
zxJDBC
Database connectivity in Jython (Python on the Java platform). [Open Source, Python license]
url: www.ziclix.com/zxjdbc/