PostgresCredentials constructor

PostgresCredentials(String host, int port, String db, String username, String password)

Implementation

PostgresCredentials(
    this.host, this.port, this.db, this.username, this.password);