this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 12 and 13
Revision 12 as of 2007-06-16 00:37:44
Size: 1375
Comment:
Revision 13 as of 2007-06-16 00:40:51
Size: 1761
Comment:
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
  * [https://www.matisse.com/product_information/language_bindings/lang_python.html Matisse Software] provides Python bindings for their object database.
  * [https://sqlrelay.sourceforge.net/ SQL Relay] is a persistent database connection pooling, proxying and load balancing system for Unix systems, supporting many different databases and languages, including PostgreSQL and Python.

Resources on using databases with Python

  • ChoosingDatabase -- lists databases supported by Python libraries.

  • DatabaseInterfaces -- another list of databases accessible from Python. (Should merge this list with the above one...)

  • HigherLevelDatabaseProgramming -- wrappers that provide simpler or higher-level database interfaces, such as object/relational mappers and SQL generators.

The DB-API

The DB-API is a specification for a common interface to relational databases, currently at version 2.0.

Future development of the API:

Historical development:

Resources

Non-relational Databases

DatabaseProgramming (last edited 2011-11-26 09:05:05 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.