Skip to main content

Module storage

Module storage 

Source
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 Searcher implementation.

Structs§

SqliteStorage
SQLite-backed implementation of ContextStorage.

Functions§

open_storage
Create a paired storage + searcher sharing the same connection pool.