Replies: 1 comment
-
i believe, supabase is working on typescript support for client-side API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supabase lets you import type definitions in your project that are synched with your Postgres schema.
This way you avoid runtime errors when querying fields that do not exist ona table.
If typescript support is enabled, you can create a GitHub action that runs once a day and checks that the types in the repo are in sync with the DB.
Beta Was this translation helpful? Give feedback.
All reactions