Expand description
SQLite-backed storage and search implementations. All SQL lives here.
Re-exports§
pub use searcher::SqliteSearcher;
Modules§
- schema
- Forward-only schema migrations and row-to-entry conversion.
- searcher
- FTS5-backed
Searcherimplementation.
Structs§
- Sqlite
Storage - SQLite-backed implementation of
ContextStorage.
Functions§
- open_
storage - Create a paired storage + searcher sharing the same connection pool.