The status of this connection

Property definitions

postgresql $ Postgres :: is_valid
  # The status of this connection
  fun is_valid: Bool do return native_connection.status.is_ok
lib/postgresql/postgres.nit:127,3--128,61