PgEndpoint constructor
PgEndpoint({})
Implementation
PgEndpoint({
required this.host,
this.port = 5432,
required this.database,
this.username,
this.password,
this.requireSsl = false,
this.isUnixSocket = false,
this.allowCleartextPassword = false,
});