Crate matrix_sdk_sqlite
source ·Structs
- A sqlite based cryptostore.
Enums
- All the errors that can occur when opening a SQLite store.
Functions
- Create a
StoreConfig
with an openedSqliteStateStore
in the given directory and using the given passphrase. If thecrypto-store
feature is enabled, a [SqliteCryptoStore
] with the same parameters is also opened.