Crate bb8_postgres

Source
Expand description

Postgres support for the bb8 connection pool.

Re-exports§

pub use bb8;
pub use tokio_postgres;

Structs§

PostgresConnectionManager
A bb8::ManageConnection for tokio_postgres::Connections.