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 1731a3e commit 23c681eCopy full SHA for 23c681e
README.md
@@ -52,6 +52,7 @@ This project can run as TUI or CLI and has excellent code documentation.
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
+- Uvicorn and gunicorn;
56
- Different databases support;
57
- Different ORMs support;
58
- Optional migrations for each ORM except raw drivers;
@@ -102,5 +103,6 @@ Options:
102
103
--opentelemetry Add opentelemetry integration
104
--traefik Adds traefik labels to docker container
105
--kafka Add Kafka support
106
+ --gunicorn Add gunicorn server
107
--help Show this message and exit.
108
```
0 commit comments