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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article