pub async fn apply_plan(
backend: &Backend,
plan: &Plan,
state: &mut StateStore,
allow_delete: bool,
) -> Result<ApplyReport>Expand description
apply a plan and update the state store. full adapters provision schema before writing; emitters only write.