Hacker News new | ask | show | jobs
by ehartsuyker 3819 days ago
Or you could use Slick[0] for free.

[0]: http://slick.typesafe.com/

3 comments

JOOQ is completely free to use for Open Source databases. Here is a list: http://www.jooq.org/legal/licensing#databases
I think this is not fully comparable, since it's Scala library.

I tried to use JOOQ with Scala in past, it does not feel good solution for it, all that generated code seemed really difficult to keep in order.

JOOQ is clearly Java tool first and foremost.

You don't use Slick's code generator? How big is your schema, then?
I am not sure that a Scala FRM is a one-for-one replacement for a Java-based ORM.