do-memory-storage-redb 0.1.30

redb embedded storage backend for do-memory-core episodic learning system (cache layer)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Storage operations for RedbStorage
//!
//! This module contains the implementation methods for RedbStorage,
//! split into logical submodules:
//!
//! - `schema`: Schema version management and initialization
//! - `clear`: Table clearing operations
//! - `stats`: Statistics, health checks, and cache metrics

mod clear;
mod schema;
mod stats;