pub(super) async fn schema_exists( client: &Client, database: &str, schema: &str, ) -> Result<bool, ConnectionError>
Check if a schema exists in the specified database.