Crate r2d2_postgres[][src]

Expand description

Postgres support for the r2d2 connection pool.

Re-exports

pub use postgres;
pub use r2d2;

Structs

An r2d2::ManageConnection for postgres::Clients.