Differences between revisions 76 and 79 (spanning 3 versions)
Revision 76 as of 2007-06-16 02:14:07
Size: 3915
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 28: Line 28:
== SQLite ==
 * pysqlite: http://pysqlite.org/
  * Have versions for both SQLite 2 and 3.
 * APSW: http://www.rogerbinns.com/apsw.html
  * SQLite 3 only.
  * Not DB-API compliant. Focus on wrapping all SQLite APIs.
Line 44: Line 37:

== 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 88: 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.