Trait sqlx_core::postgres::PgConnectionInfo[][src]

pub trait PgConnectionInfo {
    fn server_version_num(&self) -> Option<u32>;
}

Required methods

the version number of the server in libpq format

Implementors