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

akka.persistence.pg.PgConfig.scala Maven / Gradle / Ivy

The newest version!
package akka.persistence.pg

import slick.jdbc.JdbcBackend

trait PgConfig {

  def pluginConfig: PluginConfig
  lazy val driver: PgPostgresProfile         = pluginConfig.pgPostgresProfile
  lazy val database: JdbcBackend.DatabaseDef = pluginConfig.database

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy