Module graph

Module graph 

Source
Expand description

SQLite-backed graph database implementation.

Provides a lightweight, deterministic graph database with entity and edge storage, pattern matching, MVCC-lite snapshots, and deterministic indexing.

Structsยง

GraphEdge
GraphEntity
GraphMetricsSnapshot
InstrumentedConnection
SqliteGraph
Embedded SQLite-backed graph database.