pub type DbPool = Pool<Postgres>;
docbox-database re-exports Type of the database connection pool
pub struct DbPool(/* private fields */);