© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
T. KoleosoBeginning jOOQhttps://doi.org/10.1007/978-1-4842-7431-6_5

5. Packaging and Testing jOOQ

Tayo Koleoso1  
(1)
Silver Spring, MD, USA
 

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.

But first, let’s level-set a little bit before we get into the meat (or vegetables if you like) of things:
  • 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.

In today’s ...

Get Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.