Skip to content

Commit e650ff7

Browse files
committed
Fixed README.md.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 4605995 commit e650ff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ docker run --rm -it -v "$(pwd):/projects" s3rius/fastapi_template
4545
One of the coolest features is that this project is extremely configurable.
4646
You can choose between different databases and even ORMs, or
4747
you 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

5050
This project can run as TUI or CLI and has excellent code documentation.
5151

5252
Generator 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;

0 commit comments

Comments
 (0)