pub type DbPool = PgPool;
Type of the database connection pool
pub struct DbPool(/* private fields */);