Home | Trees | Index | Help |
|
---|
Package Modeling :: Package DatabaseAdaptors :: Package SQLiteAdaptorLayer |
|
This package is the db-adaptor for SQLite databases. It currently uses the python DB-API v2.0 adaptor pysqlite (http://pysqlite.sourceforge.net/)
Model & Connection Dictionaries:
'adaptorName' -- should be 'SQLite'
'database' -- full path to the file containing the database
'host', 'user', 'password' -- ignored
Supported SQL datatypes are:
VARCHAR, CHAR, TEXT, FLOAT, INT, INTEGER, NUMERIC, NUMBER, DECIMAL, SMALLINT, REAL DATE, TIME, DATETIME
Informations about the SQLite database can be found at http://www.sqlite.org/.
Submodules | |
---|---|
|
Function Summary | |
---|---|
adaptorFactory()
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:26 2006 | http://epydoc.sf.net |