Module terminus_store::store[][src]

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

Open a store that stores its data in the given directory.

Open a store that is entirely in memory.