-
Notifications
You must be signed in to change notification settings - Fork 5
[PostgREST] SDK Generation #466
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
Conversation
@Olshansk Given our preference for using fully typed code in our Go codebase - and especially avoiding usage of The supabase-community client also doesn't seem to be actively maintained (last release was May 29, 2024). You can see an example of how the autogen Go client SDK is used here: As you can see, the client SDK provides a lot more type-safe code with concrete structs, query construction, etc. So given all of the above IMO we should keep the autogen Go (and Typescript) SDK client. |
|
Closing this in favour of separate PRs to add the Go & Typescript SDKs in that order. |
Is this even necessary given that postgrest has compatible SDKs?
https://github.com/supabase-community/postgrest-go
https://docs.postgrest.org/en/v13/ecosystem.html#client-side-libraries