Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created February 23, 2011 23:49
Show Gist options
  • Save wfaler/841460 to your computer and use it in GitHub Desktop.
Save wfaler/841460 to your computer and use it in GitHub Desktop.
squerylbowlerproject.scala
// 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