What is the best scala-like persistence framework available right now?
Posted
by egervari
on Stack Overflow
See other posts from Stack Overflow
or by egervari
Published on 2010-05-18T18:07:40Z
Indexed on
2010/05/18
18:10 UTC
Read the original article
Hit count: 362
What is the best scala-like persistence framework available right now?
Hibernate works, but it's not very scala-like. It insists on using annotations, no-arg constructors, doesn't work with anonymous class instances, doesn't work with scala collections, has an outdated string-based query model, etc.
I'm looking for something that really fits Scala. Does it exist? Or do I have to make it?
© Stack Overflow or respective owner