AutoConnectHub
Connects to the database once per thread.
The AutoConnectHub class is accessible via the
pylons.database
module.
The AutoConnectHub also provides convenient methods for managing
transactions.
Attributes
Methods
Commits the current transaction.
Ends the transaction, returning to a standard connection.
Rolls back the current transaction.
See
the source
for more information.