Description
Set up SQLModel ORM with Alembic migrations connecting to Azure SQL via managed identity.
Key points
- Connection via managed identity (no passwords):
azure-identity + pyodbc
- SQLModel for Pydantic + SQLAlchemy integration
- Alembic for schema migrations
- Seed data script for initial setup
Acceptance criteria
Description
Set up SQLModel ORM with Alembic migrations connecting to Azure SQL via managed identity.
Key points
azure-identity+pyodbcAcceptance criteria