Skip to main content

Module storage

Module storage 

Source
Expand description

Storage layer for RLM-RS.

Provides persistent storage for RLM state using SQLite. The storage layer handles contexts, buffers, chunks, and metadata with proper transaction support.

Re-exports§

pub use schema::CURRENT_SCHEMA_VERSION;
pub use schema::SCHEMA_SQL;
pub use sqlite::EmbeddingStats;
pub use sqlite::SqliteStorage;
pub use traits::Storage;

Modules§

schema
Database schema definitions.
sqlite
SQLite storage implementation.
traits
Storage trait definition.

Constants§

DEFAULT_DB_NAME
Default database file name.
DEFAULT_DB_PATH
Default database path relative to project root.