소개
This skill provides standardized, efficient patterns for integrating SQLAlchemy 2.0+ into asynchronous FastAPI backends. It covers essential database workflows including robust session management with dependency injection, connection pool optimization, and advanced relationship loading strategies to prevent N+1 query issues. Additionally, it streamlines database schema management through pre-configured Alembic migrations, providing a complete toolkit for building scalable, high-performance database layers in modern Python applications.