Executes a query on the mysql database and returns the resultsDocumentation Index
Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Input
| Property | Type | Required | Description |
|---|---|---|---|
| timezone | SHORT_TEXT | No | Timezone for the mysql server to use |
| query | SHORT_TEXT | Yes | The query string to execute, use ? for arguments |
| args | ARRAY | No | Can inserted in the query string using ? |
