Function pg_ping

Source
pub fn pg_ping() -> Result<bool, Box<EvalAltResult>>
Expand description

Ping the PostgreSQL server

ยงReturns

  • Result<bool, Box<EvalAltResult>> - true if successful, error otherwise