List Triggers
listTriggersList all triggers in a SQLite database to investigate side-effects on INSERT, UPDATE, and DELETE operations.
Instructions
List all triggers in the connected SQLite database.
<what_it_returns> A sorted JSON array of trigger name strings. </what_it_returns>
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextCursor | No | Opaque cursor pointing to the next page. Absent when this is the final page. | |
| triggers | Yes | Sorted list of trigger names for this page. |