pub const DEFAULT_POOL_SIZE: u32 = 15;
Default connection pool size for Postgres::open(). Production applications should configure their own pool via Postgres::new().
Postgres::open()
Postgres::new()