List Triggers
listTriggersList all triggers in the connected SQLite database to audit trigger coverage or investigate side effects on table changes.
Instructions
List all triggers in the connected SQLite database.
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. |