Database Migrations with Alembic in a FastAPI Project
After setting up the FastAPI project structure, the next important backend concept I wanted to understand was database migration.
At the beginning, it is tempting to think:
I have SQLAlchemy models.
T
aseemtech.hashnode.dev7 min read