run_sql_plus_plus_query
Run SQL++ queries on Couchbase databases within a specified bucket or scope. Supports read-only operations by default; enable mutations for write access.
Instructions
Run a SQL++ query in the configured bucket/scope query context.
The server is read-only by default. Set COUCHBASE_ALLOW_MUTATIONS=true to allow
write statements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_rows | No | ||
| parameters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||