[][src]Crate r2d2_postgres

Postgres support for the r2d2 connection pool.

Re-exports

pub use postgres;
pub use r2d2;

Structs

PostgresConnectionManager

An r2d2::ManageConnection for postgres::Clients.