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

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

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

import com.github.mauricio.async.db.mysql.MySQLConnection
import com.github.mauricio.async.db.mysql.pool.MySQLConnectionFactory
import io.getquill.naming.NamingStrategy
import io.getquill.sources.SourceConfig
import io.getquill.sources.async.{ MysqlAsyncSource, AsyncSourceConfig }
import io.getquill.sources.sql.idiom.MySQLDialect

class MysqlAsyncSourceConfig[N <: NamingStrategy](name: String)
  extends AsyncSourceConfig[MySQLDialect, N, MySQLConnection](name, new MySQLConnectionFactory(_))
  with SourceConfig[MysqlAsyncSource[MySQLDialect, N, MySQLConnection]]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy