Skip to main content

Module memory_sqlite

Module memory_sqlite 

Source
Expand description

SQLite-backed memory store implementing MemoryBackend.

Provides persistent storage with WAL journal mode for concurrent access safety. Embedding storage is reserved for a future cosine-search upgrade; search currently uses simple SQL LIKE matching.

Structs§

SqliteMemoryStore
SQLite-backed memory store.