Skip to main content

apply_changes

Function apply_changes 

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

Transform then apply each change via SurrealSink::apply_change.