Skip to content

Graphorin API reference v0.14.0


Graphorin API reference / @graphorin/store-sqlite-encrypted / / BackupEncryptedDatabaseOptions

Interface: BackupEncryptedDatabaseOptions

Defined in: packages/store-sqlite-encrypted/src/backup.ts:85

Stable

Options for backupEncryptedDatabase.

Properties

PropertyModifierTypeDescriptionDefined in
cipher?readonlyEncryptionCipherCipher selection. Default 'sqlcipher'.packages/store-sqlite-encrypted/src/backup.ts:93
destPathreadonlystringDestination path for the backup copy (overwritten if present).packages/store-sqlite-encrypted/src/backup.ts:89
passphrasereadonlystring | Buffer<ArrayBufferLike>Passphrase the DB is encrypted with.packages/store-sqlite-encrypted/src/backup.ts:91
sourcePathreadonlystringPath to the encrypted source DB.packages/store-sqlite-encrypted/src/backup.ts:87