sqlobject.rdbhost.rdbhostconnection module

This module written by David Keeney, 2009, 2010

Released under the LGPL for use with the SQLObject ORM library.

class sqlobject.rdbhost.rdbhostconnection.RdbhostConnection(dsn=None, host=None, port=None, db=None, user=None, password=None, unicodeCols=False, **kw)[source]

Bases: sqlobject.postgres.pgconnection.PostgresConnection

dbName = 'rdbhost'
schemes = ['rdbhost']
supportTransactions = False