package postgres
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- postgres
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class PostgreSQLConnectionConfig(host: String, port: Int = 5432, database: String, username: String, password: String, applicationName: String, readOnly: Boolean = false, properties: Map[String, String] = Map.empty) extends Product with Serializable
Value Members
- def pool(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]
- def postgis(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]