pub type PgPool = Pool<PgConnectionManager<MakeRustlsConnect>>;
pub struct PgPool(/* private fields */);