pub type PgConnectOptions = PgDatabaseConfig;
pub struct PgConnectOptions { pub max_connections: u32, }
max_connections: u32