Differences between revisions 79 and 80
Revision 79 as of 2007-06-16 13:15:33
Size: 3337
Comment:
Revision 80 as of 2007-06-16 13:24:32
Size: 2803
Comment:
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
== MS Access ==
 * mxODBC: http://www.egenix.com/products/python/mxODBC/

== MS Desktop Engine ==
 * mxODBC: http://www.egenix.com/products/python/mxODBC/
Line 46: Line 40:
 * mxODBC: http://www.egenix.com/products/python/mxODBC/
Line 48: Line 41:
 DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries. It also supports the DB2 ODBC driver on Windows.
DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries. It also supports the DB2 ODBC driver on Windows.
Line 74: Line 68:
== ODBC ==
 * 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 ==
 * adodbapi: http://adodbapi.sourceforge.net/

TableOfContents

The contents of this page are being merged into the ChoosingDatabase page.

Relational database

Databases based on a relational model, with support for SQL.

PostgreSQL

Oracle

IBM DB2

DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries. It also supports the DB2 ODBC driver on Windows.

Firebird/InterBase

Sybase

MaxDB/SAPDB

Informix

Ingres

Native Python Databases

SnakeSQL

SnakeSQL is a pure Python SQL database written to remove the dependence of the Python Web Modules on 3rd party drivers for non-Python databases like MySQL but designed to be a useful database in its own right.

http://www.pythonweb.org/projects/snakesql/

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

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