You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support creating SQLAlchemy sessions from a callable
Allows setting the database session through the
sqlalchemy_session_factory attribute, receiving a Callable that returns
a sqlalchemy.orm.Session instance. This ensures better control to
dynamically set the Session in the factory.
0 commit comments