Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/store-sqlite-encrypted / / CipherIntegrityCheckResult

Interface: CipherIntegrityCheckResult

Defined in: packages/store-sqlite-encrypted/src/integrity-check.ts:20

Result of cipherIntegrityCheck.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
durationMsreadonlynumberWall-clock duration of the pragma call in milliseconds.packages/store-sqlite-encrypted/src/integrity-check.ts:26
okreadonlybooleantrue when SQLite reported a single 'ok' row.packages/store-sqlite-encrypted/src/integrity-check.ts:22
rowsreadonlyreadonly string[]Raw rows returned by PRAGMA integrity_check.packages/store-sqlite-encrypted/src/integrity-check.ts:24