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.
pub async fn apply_changes<S: SurrealSink>(
sink: &S,
pipeline: &Pipeline,
changes: Vec<Change>,
opts: &ApplyOpts,
) -> Result<()>Transform then apply each change via SurrealSink::apply_change.