The PackageHub class is accessible via the pylons.database module.
The hub is not instantiated until an attempt is made to use the database.
If pool_connections=False, then a new database connection will be opened for every request. This will avoid problems with database connections that periodically die.
See the source for more information.