Skip to main content

Crate nervusdb_core

Crate nervusdb_core 

Source
Expand description

NervusDB core Rust library providing the low level storage primitives.

Re-exports§

pub use triple::Fact;
pub use triple::Triple;

Modules§

algorithms
Graph algorithms for NervusDB
ffi
C FFI bindings for NervusDB.
migration
Migration tools for converting legacy .synapsedb format to redb
parser
A minimal Cypher-like query parser and executor.
query
storage
triple
Basic triple/fact representation helpers.

Structs§

Database
Options
Database configuration used when opening an instance.
QueryCriteria

Enums§

Error
Minimal error enumeration for the prototype storage engine.

Type Aliases§

Result
Result type used across the core crate.
StringId