Allows execution of arbitrary SQL queries against the Sample database. Supports parameterized queries.
The result of the SQL query execution. On success, returns 'rows'. If the query had issues but was processed, may return an 'error' object within a 200 response.
The result of the SQL query execution. On success, returns 'rows'. If the query had issues but was processed, may return an 'error' object within a 200 response.
An array of results from the query. Each item is an object (default) or an array of values (if arrayMode is true).