async-sqlmodel
Build async database integration into FastAPI applications using SQLModel and async SQLAlchemy. This skill should be used when users want to create async-first database layers with SQLModel models, async sessions, relationships (with joinedload/selectinload), migrations, and production-grade patterns. Covers model definition, async CRUD operations, relationship eager loading, connection pooling, and Alembic migrations with async support. Always fetches latest SQLModel and SQLAlchemy async documentation before implementation.
Installation and usage
Build async database integration into FastAPI applications using SQLModel and async SQLAlchemy. This skill should be used when users want to create async-first database layers with SQLModel models, async sessions, relationships (with joinedload/selectinload), migrations, and production-grade patterns. Covers model definition, async CRUD operations, relationship eager loading, connection pooling, and Alembic migrations with async support. Always fetches latest SQLModel and SQLAlchemy async documentation before implementation.
설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:
skills use async-sqlmodel