Home stretch! Let’s wrap the jOOQ roadshow up by talking about how jOOQ can fit into “modern” software development motifs like Continuous Integration/Continuous Development (CI/CD), containers (Docker, Podman, etc.), etc.
jOOQ allows you to Bring-Your-Own-SQL (BYOS).
jOOQ will generate code for you, code that you most likely need at compile time.
Your generated code becomes part of your business logic to do…stuff.