zoobie.postgres
package zoobie.postgres
Members list
Type members
Classlikes
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def pool(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]
Attributes
- Source
- package.scala
def postgis(config: PostgreSQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]
Attributes
- Source
- package.scala
In this article