Expand description
SQLite storage implementation for libsignal
This module provides a SQLite-backed storage implementation that persists data across application restarts, unlike the in-memory storage.
Structsยง
- Sqlite
Identity Store - SQLite-backed identity key storage with data persistence
- Sqlite
Kyber PreKey Store - SQLite-backed Kyber post-quantum pre-key storage with data persistence
- Sqlite
PreKey Store - SQLite-backed pre-key storage with data persistence
- Sqlite
Session Store - SQLite-backed session storage with data persistence
- Sqlite
Signed PreKey Store - SQLite-backed signed pre-key storage with data persistence
- Sqlite
Storage - SQLite-backed Signal Protocol storage with data persistence