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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.