Session Handling for SQLAlchemy backend.
Bases: object
Ensures that MySQL connections checked out of the pool are alive.
Borrowed from: http://groups.google.com/group/sqlalchemy/msg/a4ce563d802c929f
Bases: sqlalchemy.interfaces.PoolListener
Switch sqlite connections to non-synchronous mode
Return a SQLAlchemy engine.
Return a SQLAlchemy sessionmaker using the given engine.
Return a SQLAlchemy session.
Return True if error in connecting to db.