Expand description
Graph relation helpers built on top of SurrealDB relation tables.
Structs§
- Graph
Repo - Repository-style helpers for SurrealDB relation tables.
- Relation
Edge - Edge payload used with relation-table inserts.
Traits§
- Graph
Crud - 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.