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ยง
- Graph
Edge - Graph
Entity - Graph
Metrics Snapshot - Instrumented
Connection - Sqlite
Graph - Embedded SQLite-backed graph database.