Scala / Java ORMs that match your criteria

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

  • Quite typical.
  • Does not suffer from a limit of 22 fields.
  • Works with MySQL 5.5.
  • Works with Scala 2.9.1.
  • Ready for production.

If no Scala ORM meets the criteria, suggest Java alternatives that do this. Thanks.

+6
source share
1 answer

Check out Squeryl , not bad.

+4
source

Source: https://habr.com/ru/post/914364/


All Articles