What ORMs work well with Scala?

Posted by Clinton R. Nixon on Stack Overflow See other posts from Stack Overflow or by Clinton R. Nixon
Published on 2009-07-16T21:33:06Z Indexed on 2010/03/15 16:39 UTC
Read the original article Hit count: 290

I'm about to write a Scala command-line application that relies on a MySQL database. I've been looking around for ORMs, and am having trouble finding one that will work well.

The Lift ORM looks nice, but I'm not sure it can be decoupled from the entire Lift web framework. ActiveObjects also looks OK, but the author says that it may not work well with Scala.

I'm not coming to Scala from Java, so I don't know all the options. Has anyone used an ORM with Scala, and if so, what did you use and how well did it work?

© Stack Overflow or respective owner

Related posts about scala

Related posts about database