Skip to content

slavnycoder/fastapi-alembic-sqlmodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic FastAPI, SQLModel, Alembic

To generate new migration run from "project" dir

alembic revision --autogenerate -m "Migrations name"

To apply migration run

alembic upgrade head

it's already in run/fstapi.sh script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published