Differences between revisions 19 and 20
Revision 19 as of 2007-06-16 00:56:41
Size: 661
Comment:
Revision 20 as of 2007-06-16 13:24:04
Size: 1189
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== SQL Databases == == Relational Databases ==
Line 21: Line 21:
  * other databases with Python support through ODBC or Jython support through JDBC   * Most databases have ODBC support; see the section below on ODBC modules.
  * Java databases usually support JDBC, and can be used from Jython.
Line 25: Line 26:
== Other Databases == == ODBC Support ==

 * pyodbc: http://pyodbc.sourceforge.net/
 * mxODBC: http://www.egenix.com/products/python/mxODBC/

Provides ODBC connectivity on Windows, Mac OS X, FreeBSD and most other Unix platforms.

 * ODBTPAPI: http://benjiyork.com/odbtp.html

== ADO Support ==

 * adodbapi (http://adodbapi.sourceforge.net/): A Python module that makes it easy to use Microsoft ADO for connecting to databases and other data sources.


== Non-Relational Databases ==

This page should help in choosing the right database.

Relational Databases

  • ["MySQL"]
  • ["Oracle"]
  • ["PostgreSQL"]
  • ["SQLite"]
  • ["SQL Server"]


  • GadFly

  • ["Informix"]
  • ["Ingres"]
  • ["Firebird"] (and Interbase)
  • ["SAP DB"]
  • ["Sybase"]
  • ["ThinkSQL"]
  • add new entries (choose DatabaseTemplate when creating the page)

  • 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

Provides ODBC connectivity on Windows, Mac OS X, FreeBSD and most other Unix platforms.

ADO Support

Non-Relational Databases

  • MetaKit

  • ["ZODB"]
  • ["BerkeleyDB"]
  • ["KirbyBase"]

  • ["Durus"]
  • ["db star"]
  • ["atop"]
  • ["buzhug"]

ChoosingDatabase (last edited 2008-12-08 12:36:21 by MarcAndreLemburg)

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