Request Session
- class falcon_sqla.session.RequestSession(*args, **kwargs)
Custom session that is associated with a Falcon request.
The Falcon request and response objects are passed inside the session’s
infocontext as'req'and'resp'keys, respectively.- get_bind(mapper=None, clause=None)
Use the manager to get the appropriate bind when
_manager_get_bindis defined. Otherwise, the default logic is used.This method is called by SQLAlchemy.