Skip to main content

schema_exists

Function schema_exists 

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

Check if a schema exists in the specified database.