新增 alembic 管理数据库架构

This commit is contained in:
veoco
2022-12-13 21:03:15 +08:00
parent 2d7331269c
commit 8ffddd5870
9 changed files with 263 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
fastapi==0.88.0
aiosqlite==0.17.0
alembic==1.8.1
SQLAlchemy==1.4.44
python-multipart==0.0.5
uvicorn==0.15.0