Search code examples
postgresqlscalajdbcwrapper

Any halfway decent jdbc wrappers for Scala?


I'm looking for a stripped down (so NOT like squeryl, or anything that creates typesafe queries where I have to respecify the table just to get some data) wrapper for jdbc.

i'm using scala 2.9 and postgres.

Anyone have success here?


Solution

  • I've used Prequel successfuly in the past. It is just a JDBC wrapper.

    There is also Twitter's Querulous, but due to some crippling bugs I found it unusable (leaking connections). It also brings a huge stash of dependencies.