pytable.psycopg
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.

 
Package Contents
        __init__ -- psycopg-compatible DBAPI 2.0 database driver
psycodriver

 
Data
        __path__ = [r'p:\table\pytable\psycopg']
name = EnumerationChoice( name=u'psycopg', value='pytab...oDriver', friendlyName=u'PostgreSQL via psycopg')