Async SQLAlchemy context session manager for Python web applications.
Provides context-based lifecycle management for SQLAlchemy sessions in asynchronous Python applications. The library automatically manages engines, sessions, and transaction commit/rollback, supports concurrent queries and multiple databases, and is framework-agnostic (commonly used with ASGI frameworks like FastAPI).
0