pub async fn diagnose(
pool: &Pool<Postgres>,
) -> Result<Vec<CheckResult>, PgExtrasError>Expand description
Runs a comprehensive set of diagnostic checks on the database.
pub async fn diagnose(
pool: &Pool<Postgres>,
) -> Result<Vec<CheckResult>, PgExtrasError>Runs a comprehensive set of diagnostic checks on the database.