pub async fn write_relations<S: SurrealSink>(
sink: &S,
pipeline: &Pipeline,
relations: Vec<Relation>,
opts: &ApplyOpts,
) -> Result<()>Expand description
Transform then sink relations via the same overlapping ApplyContext
window as CDC (see write_rows).