pub type DbPool = Pool<ConnectionManager<PgConnection>>;
A pool of PostgreSQL connections (Diesel + r2d2).
pub struct DbPool(/* private fields */);