PostgresqlProfile constructor
PostgresqlProfile({})
Implementation
PostgresqlProfile({
this.database,
this.hostname,
this.password,
this.port,
this.secretManagerStoredPassword,
this.sslConfig,
this.username,
});