 |
SnakeDb
SnakeDb: An easy database API that is a wrapper around other Python database modules (like Gadfly and MySQLdb). (Databases and Persistence)
http://www.scriptfoundry.com/modules/snakedb/ |
 |
pyPgSQL
pyPgSQL: A Python DB-API 2.0 compliant interface to a PostgreSQL (v7.0 and later) database. [Open Source, BSD-like] (Databases and Persistence)
http://pypgsql.sourceforge.net/ |
 |
PySQLite
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] (Databases and Persistence)
http://pysqlite.sourceforge.net/ |
 |
Python Database Row Module
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] (Databases and Persistence)
http://opensource.theopalgroup.com/ |
 |
zdc
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] (Databases and Persistence)
http://zdc.sourceforge.net/ |
 |
SAP DB
SAP DB: An interface to the SAP DB database. [Open Source, LGPL] (Databases and Persistence)
http://www.sapdb.org/sap_db_program.htm |
 |
MySQLdb
MySQLdb: Python interface to MySQL databases. [Open Source, Python License/GPL] (Databases and Persistence)
http://sourceforge.net/projects/mysql-python/ |
 |
DCOracle2
DCOracle2: A Python DB API 2.0 adapter for Oracle 8. [Open Source, ZPL] (Databases and Persistence)
http://www.zope.org/Members/matt/dco2 |
 |
SQL Relay
SQL Relay: Persistent database connection pooling, proxying and load balancing system for Unix with a Python API. [Open Source] (Databases and Persistence)
http://sourceforge.net/projects/sqlrelay/ |
 |
ADODBAPI
ADODBAPI: A DB-API 2.0 module for accessing data sources via Micrsosoft ADO. [Open Source, LGPL] (Databases and Persistence)
http://adodbapi.sourceforge.net/ |
 |
ZODB
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] (Databases and Persistence)
http://zope.org/Wikis/ZODB/FrontPage |
 |
mxODBC
mxODBC: A DB-API 2.0 compliant ODBC Interface for Python. [Commercial, free for non-commercial use] (Databases and Persistence)
http://www.lemburg.com/files/python/mxODBC.html |
 |
PoPy
PoPy: A PostgreSQL driver for Python. [Open Source, GPL] (Databases and Persistence)
http://popy.sourceforge.net/ |
 |
GV Interbase Database Adapter
GV Interbase Database Adapter: A database adapter for the Interbase relational database. (Databases and Persistence)
http://www.zope.org/Members/bkc/gvibDA |
 |
PyGreSQL
PyGreSQL: PostgreSQL module for Python. [Open Source, BSD-like] (Databases and Persistence)
http://www.druid.net/pygresql/ |
 |
DCOracle
DCOracle: Python DB-API interface to Oracle 7 and 8 databases. [Open Source, BSD-like] (Databases and Persistence)
http://www.zope.org/Products/DCOracle |
 |
mxBeeBase
mxBeeBase: On-disk B+Tree Based Database Kit. [Open Source] (Databases and Persistence)
http://www.lemburg.com/files/python/mxBeeBase.html |
 |
zxJDBC
zxJDBC: Database connectivity in Jython (Python on the Java platform). [Open Source, Python license] (Databases and Persistence)
http://www.ziclix.com/zxjdbc/ |
 |
MetaKit for Python
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] (Databases and Persistence)
http://www.equi4.com/metakit/python.html |
 |
SQLDict Module
SQLDict Module: A dictionary-style interface around any DB API-compatible database. [Open Source, BSD-like] (Databases and Persistence)
http://dustman.net/andy/python/SQLDict |
 |
Python SQL Database Access System
Python SQL Database Access System: A simple and consistent programming interface to SQL databases, in Python. [Open source, Python Software Foundation License] (Databases and Persistence)
http://sourceforge.net/projects/pysqldb/ |
 |
Ingres interface
Ingres interface: A Python database API 2.0 conforming CA Ingres module. (Databases and Persistence)
http://www.informatik.uni-rostock.de/~hme/software/ |
 |
Sybase module for Python
Sybase module for Python: A Python interface to the Sybase relational database system. [Open Source, BSD-like] (Databases and Persistence)
http://www.object-craft.com.au/projects/sybase/ |
 |
ZODB-Tutorial.py
ZODB-Tutorial.py: A number of hands-on code example how to use the ZODB. (Databases and Persistence)
http://www.h7.dion.ne.jp/~harm/ZODB-Tutorial.py |
 |
kinterbasdb
kinterbasdb: Python module for interfacing Interbase databases. [Open Source, BSD-like] (Databases and Persistence)
http://kinterbasdb.sourceforge.net/ |
 |
cx_Oracle
cx_Oracle: Oracle 8i interface developed by Computronix. [Open Source, BSD-like] (Databases and Persistence)
http://www.computronix.com/utilities.shtml |
 |
pSQL
pSQL: A wrapper above MySQLdb which renders MySQL databases as very comfortable pythonic objects. (Databases and Persistence)
http://software.fionet.com/pSQL/ |
 |
Metakit for Python (Mk4py)
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] (Databases and Persistence)
http://www.equi4.com/metakit.html |
 |
psycopg
psycopg: A PostgreSQL database adapter for Python. [Open Source, GPL] (Databases and Persistence)
http://initd.org/software/psycopg |
 |
DMtools
DMtools: A data mining toolbox with caching of database queries and parallelism within a collection of independent queries. [Open Source, GPL] (Databases and Persistence)
http://csl.anu.edu.au/ml/dm/dm_software.html |
 |
pyBSDdb
pyBSDdb: Python bindings for BerkeleyDB 3.x embeddable database. [Open Source, BSD-like] (Databases and Persistence)
http://pybsddb.sourceforge.net/ |
 |
ODBC Module
ODBC Module: Offers sample source codes of open database connection. (Databases and Persistence)
http://www.python.org/windows/win32/odbc.html |
 |
PDO
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 lic (Databases and Persistence)
http://pdo.neurokode.com/ |