FeatureFuel
1

Add support for listing the available tables

Source: supabase/supabase#33960 · opened by @Rednas83
Something like
const { data } = await supabase.from() // Returns ["projects", etc]
Or pehaps via the CLI
supabase gen keys // Add an additional key something like tables to list all the tables

Considered workaround (Suggested by @GaryAustin1 )
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'; returns all the table names in the public schema.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests