plexus.data.session_manager module

class plexus.data.session_manager.SessionManager(engine)

Bases: object

__init__(engine)
get_session()

Get a database session with automatic renewal on errors.

renew_session()

Force renewal of the current session.