Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite-encrypted / RekeyDatabaseResult
Interface: RekeyDatabaseResult
Defined in: packages/store-sqlite-encrypted/src/rekey.ts:47
Result of a successful rekeyDatabase run.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cipher | readonly | EncryptionCipher | packages/store-sqlite-encrypted/src/rekey.ts:49 |
integrityCheck | readonly | { ok: boolean; rows: readonly string[]; } | packages/store-sqlite-encrypted/src/rekey.ts:50 |
integrityCheck.ok | readonly | boolean | packages/store-sqlite-encrypted/src/rekey.ts:50 |
integrityCheck.rows | readonly | readonly string[] | packages/store-sqlite-encrypted/src/rekey.ts:50 |
path | readonly | string | packages/store-sqlite-encrypted/src/rekey.ts:48 |