In this video you will learn about Flyway, which is an open-source database migration tool. I will also quickly spin up a PostgreSQL database using Docker and then use DBeaver to interact with it.
Source Code:
https://github.com/The-Tech-Tutor/flyway
Quickstart Docker, PostgreSQL, and DBeaver:
https://youtu.be/b6pYcTr4pCs
Spring Initialzr:
https://start.spring.io/
Docker PostgreSQL Image:
https://hub.docker.com/_/postgres
Flyway SQL Based Migrations:
https://flywaydb.org/documentation/concepts/migrations#sql-based-migrations
DBeaver Installation
https://dbeaver.io/
Docker Installation
https://www.docker.com/get-started
Windows Installation and Hyper-V (Virtualization) Details
https://docs.docker.com/docker-for-windows/install/
Download
0 formats
No download links available.
Java Spring Flyway using Docker, PostgreSQL, and DBeaver in 15 Minutes | NatokHD