It's a great session, have one question let's assume we have 2000 tables in a database and everytime we maven build the project, does it try to generate the classes from database ? If it is how much time it takes to do that task ? Does it impact CI pipeline ?
It's a great session, have one question let's assume we have 2000 tables in a database and everytime we maven build the project, does it try to generate the classes from database ? If it is how much time it takes to do that task ? Does it impact CI pipeline ?
That's a very good question. If you have a lot of database objects it's better to separate the jOOQ build from the application
@@simonmartinelli thanks simon