Home | Trees | Indices | Help |
---|
|
rdbgateway.
Provides the interface between the model and the database.
Example: In [1]: import sqlobject as so In [2]: import sys,os In [3]: connString = "postgres://prigor@localhost/rdb"; conn = so.connectionForURI(connString)
|
|||
ConnectionManager | |||
DatabaseGateway TODO: Traditional database gateway implementation. |
|
|||
defaultDSN = defaultConfiguration.getDSN()
|
|||
connection = ConnectionManager(defaultDSN)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:22 2007 | http://epydoc.sourceforge.net |