Crate r2d2_postgres

Source
Expand description

Postgres support for the r2d2 connection pool.

Re-exports§

pub use postgres;
pub use r2d2;

Structs§

PostgresConnectionManager
An r2d2::ManageConnection for postgres::Clients.