Skip to main content

check_schemas_exist

Function check_schemas_exist 

Source
pub(super) async fn check_schemas_exist(
    client: &Client,
    schemas: &[(String, String)],
) -> Result<BTreeSet<(String, String)>, ConnectionError>
Expand description

Check which schemas from a set of (database, schema) pairs exist.

Returns a BTreeSet of (database, schema) tuples that exist.