Differences between revisions 76 and 78 (spanning 2 versions)
Revision 76 as of 2007-06-16 02:14:07
Size: 3915
Comment:
Revision 78 as of 2007-06-16 02:32:57
Size: 3645
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

== 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 88: Line 81:
== 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 SQL Server

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.