Hi Leonardo, > But I dont find any code or example or previous statement about what > is "configuration" instance or how I can created. > I think this is one of the first thing that any new person faces when > using the framework.
True, when jumping in directly onto that section, it might be confusing to find "configuration" being used without explanation. I guess that would need some clarification > Hope my roadmap will help others. Yes, please tell me if you find other issues like this. I'm very much used to jOOQ, so I might not notice if something is not obvious to new users! :) > One more thing the documentation changes drastically? from 1.x to 2.0 No, there are some additions only, and most of the meta-model has changed from static to dynamic. But those are marginal changes. The complete change can be seen here, if you're interested in details: https://github.com/lukaseder/jOOQ/commit/0bedfea90f883f5e70bbc8f4b3fadb52cfa164fc Cheers Lukas
