sqlobject.postgres.pgconnection module¶
-
class
sqlobject.postgres.pgconnection.PostgresConnection(dsn=None, host=None, port=None, db=None, user=None, password=None, **kw)[source]¶ Bases:
sqlobject.dbconnection.DBAPI-
dbName= 'postgres'¶
-
defaultFromSchema(colClass, defaultstr)[source]¶ If the default can be converted to a python constant, convert it. Otherwise return is as a sqlbuilder constant.
-
odbc_keywords= ('Server', 'Port', 'UID', 'Password', 'Database')¶
-
schemes= ['postgres', 'postgresql']¶
-
supportTransactions= True¶
-