PostgreSQLConnectionConfig

zoobie.postgres.PostgreSQLConnectionConfig
final case class PostgreSQLConnectionConfig(host: String, port: Int, database: String, username: String, password: String, applicationName: String, readOnly: Boolean, properties: Map[String, String])

Attributes

Source
PostgreSQLConnectionConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def props: Properties

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val url: String