list_tables
Retrieve a list of all tables in a Supabase database. Specify the schema name to filter results or use the default public schema.
Instructions
List all tables in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (optional, defaults to public) |