Skip to content

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

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