Created
May 2, 2016 22:47
-
-
Save eishay/2e9ee75c353cca7b7dec0f0c84d0af12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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