Liquibase

distributed-agile-mindset

Working With Liquibase Changelogs

Reading Time: 4 minutes In the previous blog, we learned about best practices for managing Liquibase changelogs. In this blog – “Working With LIquibase Changelogs” we will see the actual working of Liquibase changelogs and all we can implement using Liquibase Changelogs. Let’s re-visit to see what are changelogs – Liquibase Changelogs Liquibase changelogs are a collection of database changes that can be executed on a database to bring Continue Reading

Introduction to Liquibase – A Better Database Change Management Tool

Reading Time: 3 minutes Liquibase is a database change operation tool designed to help you manage changes in your colorful databases as you move from development, test, and production env. It works by storing all the changes that have been made to a given database in one file i.e called a changelog. You can also load up the changelog on a new database and apply all of those changes Continue Reading