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