execute_sql
Execute raw SQL queries on Supabase databases to manage data, run migrations, and perform database operations directly through SQL commands.
Instructions
Execute raw SQL query on Supabase database. NOTE: For self-hosted Supabase, use supabase_cli_execute with "db execute" for better reliability.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to execute |