Skip to main content

Module storage

Module storage 

Source
Expand description

The writable half of persistence: where a namespace’s entries live.

Structs§

InsertSummary
What an insert_many did, counted per outcome.
MemoryStorage
A storage that keeps entries in memory for the lifetime of the process.
NamespaceSummary
One namespace’s contribution to a storage or a bundle, for reporting.

Enums§

Insertion
What a Storage::insert did.
Origin
Where an entry came from.

Traits§

Storage
Where the entries of a single namespace are kept, and written to.

Functions§

open
The storage serving namespace in the active environment.