Skip to main content

Crate rdf_store_qlever

Crate rdf_store_qlever 

Source
Expand description

A QLever storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.

§Examples

use rdf_store_qlever::{QleverStore, QleverTransaction};

Structs§

QleverStore
A quad store backed by a QLever database.
QleverTransaction
A transaction for reading and writing statements in QLever.
StoreOptions

Traits§

ReadTransaction
Store
WriteTransaction

Type Aliases§

QleverError
An error when interacting with a QLever store.