
Generate JOOQ code from SQL files (JOOQ 3.10)
TheE opened this issue ยท 2 comments
JOOQ 3.10 finally supports code generation from SQL scripts. This feature could allow us to dynamically generate the code from the Flyway scripts.
Unfortunately JOOQ 3.10 does not yet support multiple SQL scripts, therefore it is incompatible with our current usage of Flyway.
Hopefully 3.11 will add support for multiple scripts. Until then I am going to close this issue.
Also we might want to use JSR-308 annotations for JOOQ code: https://blog.jooq.org/2016/05/09/jsr-308-and-the-checker-framework-add-even-more-typesafety-to-jooq-3-9/
See https://github.com/palantir/gradle-processors for Gradel integration.