Crate r2d2_postgres [] [src]

Postgres support for the r2d2 connection pool.

Reexports

pub extern crate r2d2;
pub extern crate postgres;

Structs

PostgresConnectionManager

An r2d2::ManageConnection for postgres::Connections.

Enums

Error

A unified enum of errors returned by postgres::Connection

TlsMode

Like postgres::TlsMode except that it owns its TlsHandshake instance.