Skip to content

Instantly share code, notes, and snippets.

@eishay
Created May 2, 2016 22:47
Show Gist options
  • Save eishay/2e9ee75c353cca7b7dec0f0c84d0af12 to your computer and use it in GitHub Desktop.
Save eishay/2e9ee75c353cca7b7dec0f0c84d0af12 to your computer and use it in GitHub Desktop.
class MySQL(val handle: SlickDatabase) extends DataBaseComponent {
val Driver = MySQLDriver
val dialect = MySqlDatabaseDialect
}
object MySQL {
val driverName = "com.mysql.jdbc.Driver"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment