In this blog, you will learn how to get started with jOOQ, Liquibase and Testcontainers. You will create a basic Spring Boot application and integrate the aforementioned techniques including a test setup. Furthermore, you will use Spring Boot Docker Compose support to run the application in no time. Enjoy!
Continue reading “Integrate Spring Boot with jOOQ, Liquibase and Testcontainers”How to Backup and Restore a PostgreSQL Database
In this blog, you will learn how to backup and restore a PostgreSQL database. Enjoy!
Continue reading “How to Backup and Restore a PostgreSQL Database”Easy Database Migration With Liquibase
In this post, we take a look at how we can easily manage our database migration scripts by means of Liquibase. Liquibase will automatically execute necessary database migration scripts during application startup. We will explore some of the features of Liquibase by means of a simple Spring Boot application in combination with a PostgreSQL database.
