Module sqlite_store

Module sqlite_store 

Source
Expand description

SQLite-backed Store implementation.

Maps each Store operation to the existing SQLite queries used by the ingestion, search, and retrieval modules.

Structs§

SqliteStore
SQLite implementation of the Store trait.

Functions§

format_ts_iso 🔒