querying table columns and types
In the JS API, is there a way to ask Supabase what columns and types a table has? I know postgres has
information_schema, so I guess I could initialize a second client using this schema and query that, but I guess maybe that is locked out by default?