query
Run read-only SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH queries on a SQLite database to retrieve data and inspect schema.
Instructions
Execute a read-only query on the SQLite database. Only SELECT, SHOW, DESCRIBE, EXPLAIN, WITH are allowed on read-only databases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |