execute
Run parameterized INSERT, UPDATE, or DELETE statements against PostgreSQL to modify data securely, preventing SQL injection.
Instructions
Execute a parameterized INSERT, UPDATE, or DELETE statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Parameterized DML SQL statement (use $1, $2, etc. for parameters) | |
| params | No | Optional list of statement parameters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||