Skip to main content

Crate rdf_store_idb

Crate rdf_store_idb 

Source
Expand description

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

§Examples

use rdf_store_idb::{IdbStore, IdbTransaction};

Structs§

IdbStore
A quad store backed by an IndexedDB database.
IdbTransaction
A transaction for reading and writing statements in IndexedDB.
StoreOptions

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].

Type Aliases§

IdbError
An error when interacting with an IndexedDB store.