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

akka.persistence.pg.util.PluginTestConfig.scala Maven / Gradle / Ivy

The newest version!
package akka.persistence.pg.util

import akka.actor.ActorSystem
import akka.persistence.pg.PluginConfig
import slick.jdbc.JdbcBackend

class PluginTestConfig(system: ActorSystem) extends PluginConfig(system.settings.config) {

  override lazy val database: JdbcBackend.DatabaseDef = {
    PgPluginTestUtil.initialize(createDatabase, system)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy