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

givers.moonlight.persistence.SlickJdbcProfile.scala Maven / Gradle / Ivy

package givers.moonlight.persistence

import slick.jdbc.JdbcProfile

/**
 * Keeps Jdbc profile implementation
 */
trait SlickJdbcProfile {
  protected val profile: JdbcProfile
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy