io.getquill

package io.getquill

Type members

Classlikes

class PostgresJAsyncContext[N <: NamingStrategy](naming: N, pool: ConnectionPool[PostgreSQLConnection]) extends JAsyncContext[PostgresDialect, N, PostgreSQLConnection] with PostgresJAsyncContextBase[N]
trait PostgresJAsyncContextBase[N <: NamingStrategy] extends JAsyncContextBase[PostgresDialect, N] with ArrayEncoders with ArrayDecoders with UUIDObjectEncoding
case class PostgresJAsyncContextConfig(config: Config) extends JAsyncContextConfig[PostgreSQLConnection]