Skip to main content

Module graph

Module graph 

Source
Expand description

Standalone SQLite graph storage using indexed records directly.

The handle does not load a graph on open or retain entity/adjacency maps. Existing per-table schemas and legacy property encodings remain readable. Mutations use physical transactions/savepoints; multi-read queries pin one storage snapshot. Owned query results belong to the caller, not the store.

Structsยง

SQLiteGraphStore
Direct durable access to a standalone graph table family.