-
base
-
dbi
-
dbtypes: The dbtypes module contains generic type wrapper classes for values
passed into PyDO, to provide type information useful into marshalling the
data into SQL according to the intended datatype.
-
drivers
-
mssqlconn: PyDO driver for mssql, using the ADO adapter.
-
mysqlconn: PyDO driver for MySQL, using the MySQLdb driver.
-
oracleconn
-
psycopgconn: PyDO driver for PostgreSQL, using the psycopg driver.
-
sqliteconn: PyDO driver for sqlite, using the pysqlite adapter.
-
exceptions
-
field
-
guesscache
-
log
-
multifetch
-
operators: This module permits a useful subset of SQL where clauses to be defined
with a Lispo-Pythonic syntax:
-
utils: utility functions imported by other PyDO modules.
|