Initializer
init(host:port:)
Create a configuration for connecting to a server.
init(host: String, port: Int = 5432)
Parameters
hostThe hostname to connect to.
portThe TCP port to connect to (defaults to 5432).
Initializer
init(host: String, port: Int = 5432)
hostThe hostname to connect to.
portThe TCP port to connect to (defaults to 5432).