Opinionated Query Definition

2024-05-18 Thread Fabio Trabattoni
Hello everyone, I hope this message finds you well. I’d like to share an idea for a potential feature request, inspired by a brief discussion on SO with Lukas. *INTRO* When starting a Java Spring project, developers often use JPA for data mapping because it allows for quick and

Database Evolutions with Jooq ?

2024-05-18 Thread 'Bernd Huber' via jOOQ User Group
i like to use the following frameworks for database evolutions (migrations) - liquibase - flyway - play framework evolutions but they all have some drawbacks: - liquibase: - complicated rollbacks and tedious XML/SQL files that are very maintenance intensive - only transaction safe within