Initial FastAPI + SQLite + Alembic

This commit is contained in:
ShaBle
2026-02-06 17:06:35 +01:00
commit 465aa0f1c1
29 changed files with 826 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from fastapi_demo.app.db.session import Base # noqa: F401
from fastapi_demo.app.db import models # noqa: F401