Crate matrix_sdk_sqlite

Source

Structs§

SqliteEventCacheStore
An SQLite-based event cache store.
SqliteStateStore
An SQLite-based state store.
SqliteStoreConfig
A configuration structure used for opening a store.

Enums§

OpenStoreError
All the errors that can occur when opening an SQLite store.

Constants§

STATE_STORE_DATABASE_NAME
The filename used for the SQLITE database file used by the state store.