pytable.psycopg.__init__
index
p:\table\pytable\psycopg\__init__.py

psycopg-compatible DBAPI 2.0 database driver
 
This package allows you to connect pytable to the
GPL psycopg driver.  This package (pytable.psycopg)
is under BSD license, but by including psycopg
driver in your application you *will* be inheriting
the constraints of the driver's license.
 
The psycopg interface is basically the same as the
PyPgSQL interface, save that it requires dsn-format
connection strings rather than allowing seperate
argument names.

 
Modules
       
pytable.dbdriver

 
Data
        name = EnumerationChoice( name=u'psycopg', value='pytab...oDriver', friendlyName=u'PostgreSQL via psycopg')