Skip to main content

Crate rdf_store_sqlite

Crate rdf_store_sqlite 

Source
Expand description

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

§Examples

use rdf_store_sqlite::{SqliteStore, SqliteTransaction};

Structs§

SqliteStore
SqliteTransaction
StoreOptions

Constants§

SCHEMA_VERSION

Traits§

ReadTransaction
Store
WriteTransaction

Type Aliases§

NodeId
SchemaVersion
SqliteError
An error when interacting with a SQLite store.