Skip to main content

Module graph_store

Module graph_store 

Source
Expand description

Raw graph persistence trait and DbGraphStore 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§

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

Traits§

RawGraphStore
Raw persistence interface for task graphs.

Type Aliases§

SqliteGraphStore
Backward-compatible alias.