We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4605995 commit e650ff7Copy full SHA for e650ff7
1 file changed
README.md
@@ -45,11 +45,12 @@ docker run --rm -it -v "$(pwd):/projects" s3rius/fastapi_template
45
One of the coolest features is that this project is extremely configurable.
46
You can choose between different databases and even ORMs, or
47
you can even generate a project without a database!
48
-Currently SQLAlchemy1.4, TortoiseORM, Piccolo and Ormar are supported.
+Currently SQLAlchemy 2.0, TortoiseORM, Piccolo and Ormar are supported.
49
50
This project can run as TUI or CLI and has excellent code documentation.
51
52
Generator features:
53
+- Pydantic V2 (Where it's possible. Some libs doesn't have support);
54
- You can choose between GraphQL and REST api;
55
- Different databases support;
56
- Different ORMs support;
0 commit comments