Skip to main content

Module graph_store

Module graph_store 

Source
Expand description

Raw graph persistence trait and SqliteGraphStore implementation.

The trait operates on opaque JSON strings to avoid a dependency cycle (zeph-corezeph-memoryzeph-core). zeph-core wraps this trait in GraphPersistence<S> which handles typed serialization.

Structs§

GraphSummary
Summary of a stored task graph (metadata only, no task details).
SqliteGraphStore
SQLite-backed implementation of RawGraphStore.

Traits§

RawGraphStore
Raw persistence interface for task graphs.