Module sqlite_storage

Module sqlite_storage 

Source
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ยง

SqliteIdentityStore
SQLite-backed identity key storage with data persistence
SqliteKyberPreKeyStore
SQLite-backed Kyber post-quantum pre-key storage with data persistence
SqlitePreKeyStore
SQLite-backed pre-key storage with data persistence
SqliteSessionStore
SQLite-backed session storage with data persistence
SqliteSignedPreKeyStore
SQLite-backed signed pre-key storage with data persistence
SqliteStorage
SQLite-backed Signal Protocol storage with data persistence