Skip to content

Instantly share code, notes, and snippets.

@eishay
Created May 2, 2016 22:46
Show Gist options
  • Save eishay/42097960b35fbb00006b421721590a6f to your computer and use it in GitHub Desktop.
Save eishay/42097960b35fbb00006b421721590a6f to your computer and use it in GitHub Desktop.
class H2(val handle: SlickDatabase) extends DataBaseComponent {
val Driver = H2Driver
val dialect = H2DatabaseDialect
override def entityName(name: String): String = name.toUpperCase()
}
object H2 {
val driverName = "org.h2.Driver"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment