Differences between revisions 78 and 80 (spanning 2 versions)
Revision 78 as of 2007-06-16 02:32:57
Size: 3645
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 SQL Server ==
 * mssql: http://www.object-craft.com.au/projects/mssql/
 * pymssql: http://pymssql.sourceforge.net/
 * mxODBC: http://www.egenix.com/products/python/mxODBC/

 Supports the MS SQL Server ODBC driver on Windows and the Actual Technologies ODBC driver for MS SQL Server on Mac OS X

== MS Access ==
 * mxODBC: http://www.egenix.com/products/python/mxODBC/

== MS Desktop Engine ==
 * mxODBC: http://www.egenix.com/products/python/mxODBC/
Line 53: Line 40:
 * mxODBC: http://www.egenix.com/products/python/mxODBC/
Line 55: 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 81: 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.