Created
February 23, 2011 23:49
-
-
Save wfaler/841460 to your computer and use it in GitHub Desktop.
squerylbowlerproject.scala
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
// bowler with squeryl integration | |
val bowlerSqueryl = "org.bowlerframework" %% "squeryl-mapper" % "0.5.1" | |
// use an embedded H2 db and H2 JDBC driver | |
val h2database = "com.h2database" % "h2" % "1.2.144" | |
// use c3p0 for connection pooling | |
val c3p0 = "c3p0" % "c3p0" % "0.9.1.2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment