execute_sql
Run database queries and modifications directly, bypassing Row Level Security for administrative tasks.
Instructions
Run any SQL statement (INSERT, UPDATE, DELETE, SELECT, etc.) with full bypass of RLS. Use with care.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL statement to execute | |
| params | No | Optional query parameters ($1, $2...) |