From 2090ee10611028035415bb4ca2b4c56973c0b5cf Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Mon, 24 Jun 2024 08:00:42 -0300 Subject: [PATCH] chore: add swift type generation to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e49bd68d..f81f4673 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Helpers: - [ ] `/generators` - [ ] GET `/openapi`: Generate Open API - [ ] GET `/typescript`: Generate Typescript types + - [ ] GET `/swift`: Generate Swift types (beta) ## Quickstart @@ -105,6 +106,7 @@ where `` is one of: - `typescript` - `go` +- `swift` (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:`