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

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

The newest version!
package akka.persistence.pg

import slick.jdbc.PostgresProfile

trait PgPostgresProfile extends PostgresProfile with AkkaPgJdbcTypes {

  override val api = new API with AkkaPgImplicits {}

}

class PgPostgresProfileImpl(override val pgjson: String) extends PgPostgresProfile




© 2015 - 2024 Weber Informatics LLC | Privacy Policy