Crate matrix_sdk_indexeddb
source ·Structs
- An implementation of CryptoStore that uses IndexedDB for persistent storage.
- Builder for
IndexeddbStateStore
.
Enums
- Sometimes Migrations can’t proceed without having to drop existing data. This allows you to configure, how these cases should be handled.
- All the errors that can occur when opening an IndexedDB store.
Functions
- Create a
StoreConfig
with an opened indexeddbIndexeddbStateStore
that uses the given name and passphrase. Ifencryption
is enabled, aIndexeddbCryptoStore
with the same parameters is also opened.