db_sqlite_query
Execute SQL queries on local SQLite databases. Retrieve, insert, update, or delete data by specifying the database file path and SQL statement with optional parameters.
Instructions
Execute a SQL query against a local SQLite database file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SQL query to execute. | |
| dbPath | Yes | Path to the .sqlite or .db file. | |
| params | No | Optional query parameters. |