Expand description
A MongoDB storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.
§Examples
use rdf_store_mongo::{MongoStore, MongoTransaction};Structs§
- Mongo
Store - A quad store backed by a MongoDB database.
- Mongo
Transaction - A transaction for reading and writing statements in MongoDB.
- Store
Options
Constants§
- DEFAULT_
URL - The default localhost connection URL for MongoDB.
Traits§
Type Aliases§
- Mongo
Error - An error when interacting with a MongoDB store.