[][src]Crate bb8_postgres

Postgres support for the bb8 connection pool.

Re-exports

pub extern crate bb8;
pub extern crate tokio_postgres;

Structs

PostgresConnectionManager

A bb8::ManageConnection for tokio_postgres::Connections.