Secure and Efficient Oracle DB Setup with Spring Boot and Testcontainers
Development
en
Having one user for creating database objects (DDL) and another for application-level data operations (DML) has many benefits. It improves security, keeps things organized, and[...]
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[...]