Write a few SQLModels;

set up two basic CRUD-like functions;
create two test routes;
make `db_uri` setting more flexible
This commit is contained in:
2022-08-10 21:50:00 +02:00
parent 60c6b1c4bb
commit 9f487d515d
13 changed files with 435 additions and 236 deletions

View File

@ -1,7 +1,8 @@
Pydantic
FastAPI
SQLAlchemy[asyncio]
SQLAlchemy[asyncio]==1.4.35
Alembic
SQLAlchemy-Utils
SQLModel
Babel
python-slugify
Python-Slugify