Expand description
NervusDB core Rust library providing the low level storage primitives.
Re-exports§
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.
- Query
Criteria
Enums§
- Error
- Minimal error enumeration for the prototype storage engine.