Modules§
Functions§
- open_db
- Open the DB. If
master_keyisSome, SQLCipher is unlocked withPRAGMA key; otherwise the DB is opened unencrypted (the Phase 1 path, kept for tests and--no-master-passphraseruns). - open_
db_ in_ memory
master_key is Some, SQLCipher is unlocked with
PRAGMA key; otherwise the DB is opened unencrypted (the Phase 1
path, kept for tests and --no-master-passphrase runs).