cli icon indicating copy to clipboard operation
cli copied to clipboard

Feature: supabase gen schema json

Open d9k opened this issue 2 years ago • 1 comments

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.

d9k avatar Dec 05 '23 21:12 d9k

I was able to write script which parse JSON schema from generated types with @babel/parser and @babel/traverse (see also Babel plugin handbook)

d9k avatar Dec 05 '23 21:12 d9k