Registry / database / oxigraph

oxigraph

JSON →
library0.5.8rscratesunverified

SPARQL database and RDF toolkit.

# Cargo.toml [dependencies] oxigraph = "0.5.8"
INSTALL
IMPORT
SIG · OXIGRAPH
O
oxigraph
databaserustv0.5.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Store
use oxigraph::Store;

Creates a new Oxigraph store for SPARQL queries.

use oxigraph::Store; fn main() { let store = Store::new().unwrap(); println!("Oxigraph store created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
oxigraph — cargo add oxigraph · libregistry