Skip to main content

check_connection_exists

Function check_connection_exists 

Source
pub(super) async fn check_connection_exists(
    client: &Client,
    database: &str,
    schema: &str,
    name: &str,
) -> Result<bool, ConnectionError>
Expand description

Check if a connection exists in the specified database and schema.