Home | Trees | Index | Help |
|
---|
Package Modeling :: Package DatabaseAdaptors :: Package MySQLAdaptorLayer |
|
MySQLAdaptorLayer
This package is for use by the core to interact with MySQL databases.
It requires:
- 'MySQL-python', v0.9.2'
Model & Connection Dictionaries:
'adaptorName' -- should be 'MySQL'
'database' -- the name of the database
'host' -- where the mysql server is hosted
'user', 'password' -- user credentials
'port' -- optional; the port to which the database server listens to
Supported SQL datatypes are:
VARCHAR, CHAR, TEXT, DOUBLE, FLOAT, INT, INTEGER, NUMERIC, DATE, TIME, DATETIME
Submodules | |
---|---|
|
Function Summary | |
---|---|
adaptorFactory()
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:24 2006 | http://epydoc.sf.net |