Skip to main content

collect_external_dependencies

Function collect_external_dependencies 

Source
fn collect_external_dependencies(
    planned_project: &Project,
) -> (BTreeSet<String>, BTreeSet<(String, String)>)
Expand description

Derives the set of external database/schema prerequisites from project dependencies.

Project-owned databases are excluded because deployment can create them if needed.