LocalConnectionConfig
class LocalConnectionConfig(val database: String, val user: String, val socketConnectionPassword: 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.