All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.getquill.PostgresAsyncSourceConfig.scala Maven / Gradle / Ivy

There is a newer version: 3.12.0
Show newest version
package io.getquill

import com.github.mauricio.async.db.postgresql.PostgreSQLConnection
import com.github.mauricio.async.db.postgresql.pool.PostgreSQLConnectionFactory
import io.getquill.naming.NamingStrategy
import io.getquill.sources.SourceConfig
import io.getquill.sources.async.{ PostgresAsyncSource, AsyncSourceConfig }
import io.getquill.sources.sql.idiom.PostgresDialect

class PostgresAsyncSourceConfig[N <: NamingStrategy](name: String)
  extends AsyncSourceConfig[PostgresDialect, N, PostgreSQLConnection](name, new PostgreSQLConnectionFactory(_))
  with SourceConfig[PostgresAsyncSource[PostgresDialect, N, PostgreSQLConnection]]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy