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.

Constructors

Link copied to clipboard
constructor(database: String, user: String, socketConnectionPassword: String)

Types

Link copied to clipboard
object Companion