motedb 0.7.6

AI-native embedded multimodal database for embodied intelligence (robots, AR glasses, industrial arms).
Documentation
1
2
3
4
5
//! Transaction Recovery
//!
//! The active WAL recovery path lives in `src/database/core.rs` (search for
//! "Replay WAL records"). It replays committed WAL records into the LSM engine
//! and skips uncommitted data.