How to use jOOQ with Testcontainers, and Flyway
Development
en
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[...]
Vaadin and jOOQ – a Match Made in Heaven
Development
en
Have you ever had to write an application that didn’t do much other than display and change data? And did you use a Single Page Application framework like Angular, a REST API,[...]
Type Safe SQL in Java with jOOQ
Development
en
No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String.