1.4.14 Supported Databases

The currently supported databases include:

SQLite
Stores database in local text files. Full support.
SnakeSQL
Pure Python SQL database. Used in the PythonWeb examples. Full support.
MySQL
Supported through the MySQLdb module which is included with the web modules. Doesn't support transactions or foreign key constraint checks.

Other databases with varying levels of support:

PostgreSQL
Support is planned but the authour has no access to a Postgres database so cannot yet write the wrapper.
ODBC
Partially implemented, not yet available. All ODBC databases including MS Access are supported through the mx.ODBC driver available from http://www.egenix.com/. You will first need to indtall the mx.BASE package.



Subsections