Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala/Java ORMs that fit the given criteria

Tags:

java

orm

scala

Which Scala ORMs fit and work best with the following requirements?

  • Sufficiently typesafe.
  • Does not suffer from the 22-fields limit.
  • Works with MySQL 5.5.
  • Works with Scala 2.9.1.
  • Is production-ready.

If no Scala ORM fits the criteria, please suggest a Java alternatives that does. Thank you.

like image 967
missingfaktor Avatar asked Apr 27 '12 17:04

missingfaktor


1 Answers

Check Squeryl, is quite good.

like image 55
Rodrigo Ribeiro Avatar answered Nov 17 '22 00:11

Rodrigo Ribeiro