Skip to main content

Module graph

Module graph 

Source
Expand description

Graph relation helpers built on top of SurrealDB relation tables.

Structs§

GraphRepo
Repository-style helpers for SurrealDB relation tables.
RelationEdge
Edge payload used with relation-table inserts.

Traits§

GraphCrud
Convenience graph methods for values that can resolve to one record id.

Functions§

in_ids
Free-function wrapper for GraphRepo::in_ids.
out_ids
Free-function wrapper for GraphRepo::out_ids.
relate_at
Free-function wrapper for GraphRepo::relate_at.
unrelate_at
Free-function wrapper for GraphRepo::unrelate_at.