How to use jOOQ with Testcontainers, and Flyway
When using a database the question is how to manage the versions of the schema and how to use the database in testing. Container technologies became a defacto standard. Why not use containers for development and your database?
When using a database the question is how to manage the versions of the schema and how to use the database in testing. Container technologies became a.....