File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ docker run --rm -it -v "$(pwd):/projects" s3rius/fastapi_template
4545One of the coolest features is that this project is extremely configurable.
4646You can choose between different databases and even ORMs, or
4747you can even generate a project without a database!
48- Currently SQLAlchemy1.4 , TortoiseORM, Piccolo and Ormar are supported.
48+ Currently SQLAlchemy 2.0 , TortoiseORM, Piccolo and Ormar are supported.
4949
5050This project can run as TUI or CLI and has excellent code documentation.
5151
5252Generator features:
53+ - Pydantic V2 (Where it's possible. Some libs doesn't have support);
5354- You can choose between GraphQL and REST api;
5455- Different databases support;
5556- Different ORMs support;
You can’t perform that action at this time.
0 commit comments