Home > Computers > Programming > Languages > Python > Modules > Databases and Persistence
This category contains links to various database interface modules that help interfacing with object-oriented and relational DBMS as well as embedded databases. You can also find modules here that are built on top of database interfaces, like mappings to XML.
https://github.com/rogerbinns/apsw
APSW is a thin wrapper over the SQLite 3 API. [Open Source, zlib/libpng license]
http://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]
http://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://www.egenix.com/products/python/mxBase/mxBeeBase/
On-disk B+Tree Based Database Kit. [Open Source]
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]
http://software.fionet.com/pSQL/
A wrapper above MySQLdb which renders MySQL databases as very comfortable pythonic objects.
http://pybsddb.sourceforge.net/
Python bindings for BerkeleyDB 3.x embeddable database. [Open Source, BSD-like]
http://skunkweb.sourceforge.net/pydo2.html
An ORM (Object-Relational Mapper) database access library for Python. [Open Source, GPL]
http://opensource.theopalgroup.com/
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]
http://sourceforge.net/projects/pysqldb/
A simple and consistent programming interface to SQL databases, in Python. [Open source, Python Software Foundation License]
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]
http://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]
Home > Computers > Programming > Languages > Python > Modules > Databases and Persistence
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us