cli
cli copied to clipboard
Feature: supabase gen schema json
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.
I was able to write script which parse JSON schema from generated types with @babel/parser and @babel/traverse (see also Babel plugin handbook)