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