Context manager for SQLAlchemy sessions. Yields: SQLAlchemy session with automatic commit/rollback Example: ```python with postgres_db.session() as session: users = session.query(User).all() ```
(self)
source not stored for this graph (policy: none)
no test coverage detected