How to Use Alembic for Database Migrations in Your FastAPI Application
Introduction
Database migrations are a crucial part of maintaining a structured and evolving database schema in any web application. Alembic is a lightweight database migration tool for SQLAlchemy. It helps you track changes in your database schema o...
tanmaykathane.hashnode.dev6 min read