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
+4 -3
View File
@@ -21,15 +21,16 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.10
python_requires = >=3.10, <4
install_requires =
Pydantic
FastAPI
SQLAlchemy[asyncio]
SQLAlchemy[asyncio]==1.4.35
Alembic
SQLAlchemy-Utils
SQLModel
Babel
python-slugify
Python-Slugify
[options.extras_require]
srv =