elephantry 5.1.1

Object model manager for PostgreSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod result;
mod r#type;

pub use result::*;
pub use r#type::*;

pub use libpq::state;

pub type Format = libpq::Format;
pub type Oid = libpq::Oid;
pub type State = libpq::State;