Skip to main content

apply_relation_changes

Function apply_relation_changes 

Source
pub async fn apply_relation_changes<S: SurrealSink>(
    sink: &S,
    pipeline: &Pipeline,
    changes: Vec<RelationChange>,
    opts: &ApplyOpts,
) -> Result<()>
Expand description

Transform then apply each relation change via SurrealSink::apply_relation_change.