Supabase
JSON →Interact with Supabase databases, query tables, and generate TypeScript types.
Install
npm install -g supabase Tools · 10
- list_projects List all Supabase projects
- create_project Create a new Supabase project
- delete_project Delete a Supabase project
- get_project Get details of a specific Supabase project
- list_organizations List all organizations
- get_organization Get details of a specific organization
- run_sql Execute SQL query on a Supabase project
- list_tables List all tables in a Supabase project
- describe_table Describe the schema of a specific table
- execute_query Execute a query on a specific table
Environment variables
SUPABASE_URLSUPABASE_KEY
Links
★ 14 GitHub stars