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
//! High-level query APIs for navigating graph hierarchies and subgraphs.
//!
//! This module groups facilities for ancestor/descendant lookups,
//! subgraph extraction, analytical helpers, and the fluent query builder.

pub mod analytics;
pub mod builder;
pub mod hierarchy;
pub mod pattern;
pub mod subgraph;