Graphorin API reference v0.14.0
Graphorin API reference / @graphorin/store-sqlite-encrypted / / BackupEncryptedDatabaseResult
Interface: BackupEncryptedDatabaseResult
Defined in: packages/store-sqlite-encrypted/src/backup.ts:101
Stable
Result of a successful backupEncryptedDatabase run.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cipher | readonly | EncryptionCipher | packages/store-sqlite-encrypted/src/backup.ts:104 |
destPath | readonly | string | packages/store-sqlite-encrypted/src/backup.ts:103 |
integrityCheck | readonly | { ok: boolean; rows: readonly string[]; } | packages/store-sqlite-encrypted/src/backup.ts:105 |
integrityCheck.ok | readonly | boolean | packages/store-sqlite-encrypted/src/backup.ts:105 |
integrityCheck.rows | readonly | readonly string[] | packages/store-sqlite-encrypted/src/backup.ts:105 |
sourcePath | readonly | string | packages/store-sqlite-encrypted/src/backup.ts:102 |