Lukas, I visited your project and I find it very interesting, but did
your project needs an instrumentation phase like AJ do ?
I am not sure what you mean by instrumentation phase, please explain.
and you didn
´t find a quick start tutorial, for example :
creating a database, a table, and doing a simple CRUD operations !!!!
A "quick start tutorial" can be found here:
https://sourceforge.net/apps/trac/jooq/wiki/Examples
There are some examples included about CRUD operations. However, jOOQ will not help you with DDL statements. It is not designed for that, as there are other, much more powerful tools for those use cases
Regards
Lukas