FTS Index Status
fts_statusReport the path, row count, and on-disk size of the local FTS5 index, or indicate if unavailable.
Instructions
Report the path, row count, and on-disk size of the local FTS5 index. Returns { available: false } when better-sqlite3 is not installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| available | Yes | ||
| messageCount | No | ||
| dbPath | No | ||
| databaseBytes | No | ||
| reason | No |