Docs
TriviumDB, from model to durable writes.
TriviumDB is an AI-native embedded database that keeps vectors, graph relations, and JSON payloads addressed by one durable node ID. Use these notes as the conceptual path into the engine.
How one node ID binds vector position, JSON payload, and graph edges.
Read more ↘ ReliabilityWAL, CRC, dry-run validation, fsync, atomic rename, and replay in the commit path.
Read more ↘ Developer quickstartInstall from Python, Node, or Rust and create durable agent memory nodes.
Read more ↘install
Choose the binding that matches your agent runtime.
pip install triviumdb
npm install triviumdb
cargo add triviumdb Open GitHub ↗