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
SQLitestorage implementation.- traits
- Storage trait definition.
Constants§
- DEFAULT_
DB_ NAME - Default database file name.
- DEFAULT_
DB_ PATH - Default database path relative to project root.