Module terminus_store::store

source ·
Expand description

High-level API for working with terminus-store.

It is expected that most users of this library will work exclusively with the types contained in this module.

Modules

  • a synchronous version of the store API

Structs

  • A named graph in terminus-store.
  • A store, storing a set of layers and database labels pointing to these layers.
  • A layer that keeps track of the store it came out of, allowing the creation of a layer builder on top of this layer.
  • A wrapper over a SimpleLayerBuilder, providing a thread-safe sharable interface.

Functions