Run Db Query
runDbQueryRuns database queries directly over the protocol driver, accepting SQL or native Redis/MongoDB syntax. Supports reads, writes, and DDL.
Instructions
Runs over a real protocol driver, not a shell, and executes whatever is sent — including writes and DDL. Redis and MongoDB take their own command syntax rather than SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| region | No | ||
| appSlug | Yes | ||
| requestBody | No | The JSON request body. | |
| workspaceSlug | Yes |