pub async fn apply_reload(db: &LaminarDB, diff: &ConfigDiff) -> ReloadResultExpand description
Apply a config diff to a live LaminarDB instance via incremental DDL.
Remove phase (reverse dependency order): sinks → streams → lookups → sources. Create phase (dependency order): sources → lookups → pipelines → sinks.