At its core, Liquibase helps you deliver database changes in an agile software environment. That process includes defining what changes are required, if they are compliant, deploying them, and then reviewing those results. Let's take a closer look at those steps below.
Before you begin to deliver a database change in Liquibase.io, you must set up a few preliminary items to begin.
Before you begin
Create a Project: The project contains your workflow.
Connections: Connections contain credentials available to databases, Git, and credential vaults.
Configure a Workflow: The Workflow includes the database connection, repository, and changelog file path.Â
Begin
Configure Actions: Configuring Actions allows you to define changes, test, organize, and deploy those changes.
View Job Results: Once your change is deployed, you can review your job's results.