Expand description
SQLite storage backend for mi6 events.
This crate provides a SQLite-based implementation of the Storage trait
from mi6-core. It handles event storage, session tracking, and various
query operations.
§Module Organization
schema: Database schema initialization and version checkingmigrations: Schema migration logic for upgradessql: SQL constants (DDL and DML statements)session: Session tracking and aggregation logicstorage: Storage trait implementationquery_builder: Dynamic SQL query constructionrow_parsing: Row-to-struct conversion helpers
Structs§
- Sqlite
Storage - SQLite-backed storage for mi6 events.