Open d9k opened 11 months ago
I propose to add something like supabase gen schema json alongside with supabase gen types typescript because typescript types can't be reflected in runtime.
supabase gen schema json
supabase gen types typescript
I was able to write script which parse JSON schema from generated types with @babel/parser and @babel/traverse (see also Babel plugin handbook)
I propose to add something like
supabase gen schema json
alongside withsupabase gen types typescript
because typescript types can't be reflected in runtime.