LocalConnectionConfig
class LocalConnectionConfig(val socketConnectionPort: Int? = null, val unixDomainSocketPath: String, val user: String, val socketConnectionPassword: String, val database: String)(source)
A kind of connection config that can produce both a ConnectionConfig.Socket and a ConnectionConfig.UnixDomainSocketWithPeerAuthentication to connect to a local database server.