Skip to content

n1klaus/FastAPI

Repository files navigation

Alembic initialization

alembic init alembic

Alembic migrations

alembic revision --autogenerate -m "create user and blog table migrations"  #analyzes tables and creates a migration file
alembic upgrade head  #executes the migration files to make actual changes in db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published