How to Integration Test Stored Procedures with jOOQ – Java, SQL and jOOQ.

When you write stored procedures and functions in your database, you want to ensure their correctness, just like with your Java code. In Java, this is done with unit tests, typically with ...