Packages

p

zoobie

postgres

package postgres

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. postgres
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. def pool(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]
  2. def postgis(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]

Inherited from AnyRef

Inherited from Any

Ungrouped