CPackageHub...
- Transparently proxies to an AutoConnectHub for the URI
that is appropriate for this package. A package URI is
configured via "packagename.dburi" in the Paste ini file
settings. If there is no package DB URI configured, the
default (provided by "sqlobject.dburi") is used.
fmake_session...
- Returns a SQLAlchemy session for the specified database uri from
the the engine cache (returned from get_engines)``. Uses the
configuration values from get_engine_conf for uri and echo when
None are specified.
fget_engine_conf...
- Returns a dict of SQLAlchemy engine configuration values
from the Pylons config file values sqlalchemy.*
fapp_scope...
- Return the id keying the current database session's scope.
fcreate_engine...
- Return a SQLAlchemy db engine. Uses the configuration values from
get_engine_conf.