jOOQ generates Java code from your database and lets you build type-safe SQL queries through its fluent API. jOOQ is an internal DSL and source code generator, modeling the SQL language as a type-safe Java API to help you write better SQL.
Features
- Internal DSL and source code generator
- Typesafe, embedded SQL
- Documentation available
- Examples available
- Write better SQL
