connectionhub
Object for registering database connections
The connectionhub module is accessible via the sqlobject module.
Classes
C ConnectionHubErorr(...) ...
Raised when you get an exception and none has been registered, you deregister exceptions out of order, or other similar problems.
This class contains 2 members.
C ConnectionHub(...) ...
Instances of this class represent a logical connection, and can be consumed by a variety of classes or items.
Connections are registered the process, or for the individual thread. The thread-level connections always take precedence over the process-level connections.
This class contains 7 members.
See the source for more information.