Verify backup integrity
litescope_checkVerify a SQLite backup by running an integrity check. Optionally compare schema and row counts against a reference database to ensure consistency.
Instructions
Verify a SQLite backup. Runs a PRAGMA integrity check; if 'against' is given, also compares schema and row counts to a reference database. Returns a JSON report. Read-only. (Local files only.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Also compare row counts per table | |
| source | Yes | Local path to the backup database to verify | |
| against | No | Optional local reference database to compare schema against |