Skip to content

Commit

Permalink
Update CodeGenerator.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
stewSquared committed Mar 23, 2016
1 parent 067c5a4 commit f505312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slick/src/sphinx/code/CodeGenerator.scala
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import slick.jdbc.H2Profile.api._
import slick.jdbc.H2Profile import slick.jdbc.H2Profile


object CodeGenerator extends App { object CodeGenerator extends App {
val uri = "#slick.db.default"
val profile = "slick.jdbc.H2Profile" val profile = "slick.jdbc.H2Profile"
val jdbcDriver = "org.h2.Driver" val jdbcDriver = "org.h2.Driver"
val url = "jdbc:postgresql://localhost/test" val url = "jdbc:postgresql://localhost/test"
Expand Down

0 comments on commit f505312

Please sign in to comment.