Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite-encrypted / CipherIntegrityCheckResult
Interface: CipherIntegrityCheckResult
Defined in: packages/store-sqlite-encrypted/src/integrity-check.ts:16
Result of cipherIntegrityCheck.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
durationMs | readonly | number | Wall-clock duration of the pragma call in milliseconds. | packages/store-sqlite-encrypted/src/integrity-check.ts:22 |
ok | readonly | boolean | true when SQLite reported a single 'ok' row. | packages/store-sqlite-encrypted/src/integrity-check.ts:18 |
rows | readonly | readonly string[] | Raw rows returned by PRAGMA cipher_integrity_check. | packages/store-sqlite-encrypted/src/integrity-check.ts:20 |