Skip to content

Commit

Permalink
chore: add swift type generation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jul 1, 2024
1 parent 25b7988 commit cc471cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Helpers:
- [ ] `/generators`
- [ ] GET `/openapi`: Generate Open API
- [ ] GET `/typescript`: Generate Typescript types
- [ ] GET `/swift`: Generate Swift types (beta)

## Quickstart

Expand Down Expand Up @@ -105,6 +106,7 @@ where `<lang>` 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:<lang>`
Expand Down

0 comments on commit cc471cd

Please sign in to comment.