SQLAlchemy ORM Skill
progressive_disclosure:
entry_point:
summary: "Python SQL toolkit and ORM with powerful query builder and relationship mapping"
when_to_use:
- "When building Python applications with databases"
- "When needing complex SQL queries with type safety"
- "When working with FastAPI/Flask/Django"
- "When needing database migrations (Alembic)"
quick_start:
- "pip install sqlalchemy"
- "Define models with declarative base"
- "Create engine and session"
- "Query with select() and commit()"
token_estimate:
entry: 70-85
full: 4500-5500