Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(typegen): add swift template #779

Merged
merged 6 commits into from
Jun 24, 2024
Merged

feat(typegen): add swift template #779

merged 6 commits into from
Jun 24, 2024

Conversation

grdsdev
Copy link
Contributor

@grdsdev grdsdev commented Jun 12, 2024

What kind of change does this PR introduce?

Close supabase/supabase-swift#240
Add a new generator for generating Swift types.

v0

This is considered a v0 for the Swift types generation.

  • Generated types are plain Swift structs, which can be used to serialize/deserialize Postgrest requests/responses
  • Types are not integrated into the client libs in a way such as the JS library

@grdsdev grdsdev marked this pull request as ready for review June 13, 2024 17:55
@grdsdev grdsdev requested review from a team as code owners June 13, 2024 17:55
@grdsdev grdsdev marked this pull request as draft June 13, 2024 18:10
@grdsdev grdsdev marked this pull request as ready for review June 14, 2024 13:15
@soedirgo soedirgo merged commit d280bc1 into master Jun 24, 2024
4 checks passed
@soedirgo soedirgo deleted the swift-type-generation branch June 24, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate models from database tables
2 participants