feat: added common database helper

This commit is contained in:
2024-11-24 18:01:45 +01:00
parent 481bfcfffd
commit 7dbce117c8
3 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ starlette>=0.37.2 # FastAPI
fastapi-pagination>=0.12.26 # Pagination
sqlalchemy>=2.0.31 # SQLAlchemy
sqlalchemy-utils==0.41.2 # For managing databases
python-dotenv>=1.0.1 # Environment variables