Module alexandria::record::kv[][src]

Key-Value store record abstraction

This type of record stores data in a key-value store, where each key is a string, and each value can be any of a number of concrete types. It’s possible to nest values into trees to build complex relationships into these records.

Structs

Kv

A key-value store record

Enums

Value

A strongly typed alexandria data value

Type Definitions

Map

The key-value map used in a Kv record