pub fn db_baseline(dependencies: &Dependencies, table_name: &str) -> Option<DB>Expand description
Flattens the vanilla/parent versions of a DB table (in load order) into a single baseline table,
for use as the baseline argument of delta_merge_db. Returns None if the table isn’t loaded.