Expand description
Persistent disk-backed knowledge base store for Nibli.
Uses redb (pure Rust, ACID, embedded key-value store) with postcard serialization. The store persists FactRecords to disk with soft-delete (tombstone) retraction.
Modules§
- typed_
store - Persistent typed fact store (StoredFact → redb) with lazy loading. Persistent fact store backed by redb.
Structs§
- Nibli
Store - Persistent fact store backed by redb.
- Stored
Fact Record - A fact record persisted to disk.
Enums§
- Store
Error - Store error type.
- Stored
Assertion - Assertion type for nibli-host (WASM host) persistence.
- Stored
Logical Term - A logical term, mirroring WIT
logical-termfor serialization.