Expand description
A Neo4j storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.
§Examples
use rdf_store_neo4j::{Neo4jStore, Neo4jTransaction};Structs§
- Neo4j
Store - A quad store backed by a Neo4j database.
- Neo4j
Transaction - A transaction for reading and writing statements in Neo4j.
- Store
Options
Constants§
- DEFAULT_
PASSWORD - The default localhost password for Neo4j. (Set with
NEO4J_AUTH.) - DEFAULT_
URL - The default localhost connection URL for Neo4j.
- DEFAULT_
USERNAME - The default localhost username for Neo4j. (Always “neo4j”.)
Traits§
Type Aliases§
- Neo4j
Error - An error when interacting with a Neo4j store.