Hacker News new | ask | show | jobs
by nine_k 1985 days ago
SQLAlchemy gives a nice composable DSL in Python; it has an ORM layer on top of it, too, but it's optional.

JOOQ allows for composable typesafe SQL in Java.

1 comments

+1 for jOOQ!