diff --git a/README.md b/README.md index dd73028a..5d02ae5a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Helpers: - [ ] GET `/openapi`: Generate Open API - [ ] GET `/typescript`: Generate Typescript types - [ ] GET `/swift`: Generate Swift types (beta) + - [ ] GET `/python`: Generate Python types (beta) ## Quickstart @@ -108,6 +109,7 @@ where `` is one of: - `typescript` - `go` - `swift` (beta) +- `python` (beta) To use your own database connection string instead of the provided test database, run: `PG_META_DB_URL=postgresql://postgres:postgres@localhost:5432/postgres npm run gen:types:`