openmls_sqlx_storage 0.2.0

A storage provider for OpenMLS using SQLx.
Documentation
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.