Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite-encrypted / EncryptDatabaseResult
Interface: EncryptDatabaseResult
Defined in: packages/store-sqlite-encrypted/src/encrypt.ts:64
Result of a successful encryptDatabase run.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cipher | readonly | EncryptionCipher | packages/store-sqlite-encrypted/src/encrypt.ts:67 |
integrityCheck | readonly | { ok: boolean; rows: readonly string[]; } | packages/store-sqlite-encrypted/src/encrypt.ts:68 |
integrityCheck.ok | readonly | boolean | packages/store-sqlite-encrypted/src/encrypt.ts:68 |
integrityCheck.rows | readonly | readonly string[] | packages/store-sqlite-encrypted/src/encrypt.ts:68 |
sourcePath | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:65 |
swap? | readonly | { originalRenamedTo: string; } | packages/store-sqlite-encrypted/src/encrypt.ts:69 |
swap.originalRenamedTo | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:69 |
targetPath | readonly | string | packages/store-sqlite-encrypted/src/encrypt.ts:66 |