Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/store-sqlite-encrypted / / EncryptDatabaseResult
Interface: EncryptDatabaseResult
Defined in: packages/store-sqlite-encrypted/src/encrypt.ts:83
Stable
Result of a successful encryptDatabase run.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cipher | readonly | EncryptionCipher | packages/store-sqlite-encrypted/src/encrypt.ts:86 |
integrityCheck | readonly | { ok: boolean; rows: readonly string[]; } | packages/store-sqlite-encrypted/src/encrypt.ts:87 |
integrityCheck.ok | readonly | boolean | packages/store-sqlite-encrypted/src/encrypt.ts:87 |
integrityCheck.rows | readonly | readonly string[] | packages/store-sqlite-encrypted/src/encrypt.ts:87 |
sourcePath | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:84 |
swap? | readonly | { originalRenamedTo: string; } | packages/store-sqlite-encrypted/src/encrypt.ts:88 |
swap.originalRenamedTo | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:88 |
targetPath | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:85 |