Package

io.rdbc.pgsql.core.config

sapi

Permalink

package sapi

Visibility
  1. Public
  2. All

Type Members

  1. final case class PgConnFactoryConfig(host: String, port: Int, authenticator: Authenticator, dbName: Option[String] = Defaults.dbName, subscriberBufferCapacity: Int = Defaults.subscriberBufferCapacity, subscriberMinDemandRequestSize: Int = ..., stmtCacheConfig: StmtCacheConfig = Defaults.stmtCacheConfig, writeTimeout: Timeout = Defaults.writeTimeout, typeConverters: Vector[PartialTypeConverter[_]] = Defaults.typeConverters, typeMappings: Vector[TypeMapping[_, _ <: PgType[_ <: PgVal[_]]]] = Defaults.typeMappings, typeCodecs: Vector[PgValCodec[_ <: PgVal[_]]] = Defaults.typeCodecs, ec: ExecutionContext = Defaults.ec) extends Product with Serializable

    Permalink
  2. sealed trait StmtCacheConfig extends AnyRef

    Permalink

Value Members

  1. object Auth

    Permalink
  2. object PgConnFactoryConfig extends Serializable

    Permalink
  3. object StmtCacheConfig

    Permalink

Ungrouped