Executes a raw SurrealQL string with bound parameters and returns one RPCQueryResult per statement.
Arguments
| Arguments | Description |
|---|---|
sql
| The raw SurrealQL query to execute. |
bindings
|
A dictionary of SurrealValue parameters referenced in the query.
|