Skip to main content

Crate rdf_store_oxigraph

Crate rdf_store_oxigraph 

Source
Expand description

An Oxigraph storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.

§Examples

use rdf_store_oxigraph::{OxigraphStore, OxigraphTransaction};

Structs§

OxigraphStore
A quad store backed by an Oxigraph database.
OxigraphTransaction
The self-referencing struct.
StoreOptions

Enums§

OxigraphError
An error when interacting with an Oxigraph store.

Traits§

ReadTransaction
A read-only (R/O) transaction on a [Store].
Store
A store of statements that supports R/O and R/W transactions.
WriteTransaction
A read-write (R/W) transaction on a [Store].