Trait sqlx::postgres::PgConnectionInfo[][src]

pub trait PgConnectionInfo {
    fn server_version_num(&self) -> Option<u32>;
}
This is supported on crate feature postgres only.

Required methods

the version number of the server in libpq format

Implementors