Expand description
Keyless database types and helpers for the sync example.
A keyless database is append-only: operations are stored by location rather than by key.
It supports Append(value) and Commit(metadata, floor) operations. For sync, the engine
targets the Merkle root over all operations, and the client reconstructs the same state by
replaying the fetched operations.
Functions§
- create_
config - Create a database configuration for the keyless variant.
- create_
test_ operations - Create deterministic test operations for demonstration purposes.