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
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Investigate pros/cons to managing connections to psql ourselves instead of using AsyncSessionLocal from SQLAlchemy.
Is your feature request related to a problem? Please describe.
I'd like us to gracefully manage open connections/pools to the DB during the lifecycle of a request. FastAPI provides decorators for event listeners, which seems like a nice approach.