1 2 3 4 5 6
# OpenMLS SQLite Storage A codec-independent storage provider implementing the `StorageProvider` trait from `openmls_traits` based on the `sqlx` crate. Currently only the sqlite backend is supported.