Differences between revisions 105 and 112 (spanning 7 versions)
Revision 105 as of 2009-01-05 16:03:03
Size: 1727
Editor: 77
Comment:
Revision 112 as of 2014-06-07 11:10:27
Size: 2655
Comment: Add Netezza
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Line 7: Line 8:
 * The Python standard for database interfaces is the [[http://www.python.org/dev/peps/pep-0249/|Python DB-API (PEP 249)]]
Line 9: Line 9:
 Most Python database interfaces adhere to this standard.  * The Python standard for database interfaces is the [[http://www.python.org/dev/peps/pep-0249/|Python DB-API (PEP 249)]] Most Python database interfaces adhere to this standard.
Line 13: Line 13:
 * See also DbApiModuleComparison  * See also [[DbApiModuleComparison|DbApiModuleComparison]]
Line 17: Line 18:
 * See [[ODBC]]
* See [[ODBC|ODBC]]
Line 21: Line 24:
 * See [[ADO]]
* See [[ADO|ADO]]
Line 25: Line 30:
Line 26: Line 32:
Line 29: Line 36:
 * IBM [[DB2]]
 * [[Firebird]] (and Interbase)
 * [[Informix]]
 * [[Ingres]]
 * [[MySQL]]
 * [[Oracle]]
 * [[
PostgreSQL]]
 * [[SAP DB]] (also known as "MaxDB")
 * Microsoft [[SQL Server]]
 * [[Sybase]]
 * IBM [[DB2|DB2]]
 * [[Firebird|Firebird]] (and Interbase)
 * [[Informix|Informix]]
 * [[Ingres|Ingres]]
 * [[MySQL|MySQL]]
 * [[Oracle|Oracle]]
 * [[PostgreSQL|
PostgreSQL]]
 * [[SAP DB|SAP DB]] (also known as "MaxDB")
 * Microsoft [[SQL Server|SQL Server]]
 * Microsoft [[Microsoft Access|Access
]]
 * [[Sybase|Sybase]]
Line 40: Line 48:
(To add new entries, please choose DatabaseTemplate when creating the page.) (To add new entries, please choose [[DatabaseTemplate|DatabaseTemplate]] when creating the page.)

== Data Warehouse Database Systems ==

 * [[Teradata|Teradata]]
 * IBM [[Netezza|Netezza]]

(To add new entries, please choose [[DatabaseTemplate|DatabaseTemplate]] when creating the page.)
Line 44: Line 59:
Line 46: Line 62:
  * [[asql]]
  * GadFly
  * [[SQLite]]
  * [[ThinkSQL]]
Line 51: Line 63:
(To add new entries, please choose DatabaseTemplate when creating the page.)  * [[asql|asql]]
 * [[GadFly|GadFly]]
 * [[SQLite|SQLite]]
 * [[ThinkSQL|ThinkSQL]]
Line 53: Line 68:
== Non-Relational Databases ==
Line 55: Line 69:
  * MetaKit
  * [[ZODB]]
  * [[BerkeleyDB]]
  * [[KirbyBase]]
  * [[Durus]]
  * [[atop]]
  * [[buzhug]]
(To add new entries, please choose [[DatabaseTemplate|DatabaseTemplate]] when creating the page.)
Line 63: Line 71:
(To add new entries, please choose DatabaseTemplate when creating the page.)
= Non-Relational Databases =


== Record-based Databases ==


Databases working on flat files or fixed records.


 * [[MetaKit|MetaKit]]
 * [[ZODB|ZODB]]
 * [[BerkeleyDB|BerkeleyDB]]
 * [[KirbyBase|KirbyBase]]
 * [[Durus|Durus]]
 * [[atop|atop]]
 * [[buzhug|buzhug]]


(To add new entries, please choose [[DatabaseTemplate|DatabaseTemplate]] when creating the page.)


== XML Databases ==


 * 4Suite server
 * Oracle/Sleepycat DB XML ([[http://jimmyg.org/blog/2008/oracle-db-xml-was-sleepycat.html|howto]])


== Graph Databases ==


 * [[Neo4j|Neo4j]]


(To add new entries, please choose [[DatabaseTemplate|DatabaseTemplate]] when creating the page.)
Line 67: Line 111:
 * [[buzhug]]
 * [[SnakeSQL]]

* [[buzhug|buzhug]]
 * [[SnakeSQL|SnakeSQL]]

This page lists database interfaces available for Python. It may also help in finding a suitable database engine for you to use in your Python database applications.

Generic Database Interfaces and APIs

  • The Python standard for database interfaces is the Python DB-API (PEP 249) Most Python database interfaces adhere to this standard.

  • Most databases have ODBC support; see the section below on ODBC modules.
  • Java databases usually support JDBC, and can be used from Jython.
  • See also DbApiModuleComparison

ODBC Support

ADO Support

Database Interfaces for Relational Database Systems

Database systems employing a relational model, with support for SQL.

General Purpose Database Systems

(To add new entries, please choose DatabaseTemplate when creating the page.)

Data Warehouse Database Systems

(To add new entries, please choose DatabaseTemplate when creating the page.)

Database Systems for Embedding Into Applications

The following database systems are more oriented towards embedded applications:

(To add new entries, please choose DatabaseTemplate when creating the page.)

Non-Relational Databases

Record-based Databases

Databases working on flat files or fixed records.

(To add new entries, please choose DatabaseTemplate when creating the page.)

XML Databases

  • 4Suite server
  • Oracle/Sleepycat DB XML (howto)

Graph Databases

(To add new entries, please choose DatabaseTemplate when creating the page.)

Native Python Databases

DatabaseInterfaces (last edited 2020-12-09 09:29:13 by MarcAndreLemburg)

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