//! SQLite storage backend for whatsapp-rust
//!//! This crate provides a SQLite-based storage implementation for the whatsapp-rust library.
//! It implements all the required storage traits from wa_rs_core::store::traits.
modschema;modsqlite_store;pubusesqlite_store::SqliteStore;