Differences between revisions 77 and 79 (spanning 2 versions)
Revision 77 as of 2007-06-16 02:23:19
Size: 3692
Comment:
Revision 79 as of 2007-06-16 13:15:33
Size: 3337
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
Line 81: Line 74:
== ThinkSQL ==
 * http://www.thinksql.com/

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

MS Access

MS Desktop Engine

IBM DB2

Firebird/InterBase

Sybase

MaxDB/SAPDB

Informix

Ingres

ODBC

ADO

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.