Expand description
AORA: Append-only random-accessed data persistence, made in BTreeMap
-like fashion.
Modules§
- file
file-strict
Structs§
Traits§
- Aora
Index - Append-only log mapping keys to value sets, which is useful for building one-to-many key indexes. The values in the index are not necessarily kept in the order they were added.
- AoraMap
- Trait for providers of append-only key-value maps.
- AuraMap
- Append-update key-value map.
- Transactional
Map - Transaction interface for append-only logs.