sombra 0.3.6

High-performance graph database with ACID transactions, single-file storage, and bindings for Rust, TypeScript, and Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod edges;
mod graphdb;
mod header;
mod index;
mod nodes;
mod pointer_kind;
mod property_index;
mod property_index_persistence;
mod records;
mod transaction_support;
mod traversal;

pub use graphdb::{GraphDB, IntegrityOptions, IntegrityReport};
pub use header::HeaderState;