Database Schema Versioning and Migrations Made Simpler For High Speed CI/CDby@csouchet
706 reads

Database Schema Versioning and Migrations Made Simpler For High Speed CI/CD

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Liquibase can be used in a Java project, with Spring/Hibernate, to version the database. It works with Changelog files (the list of all the changes, in order, that need to execute to update the database). There are 4 supported formats for these Changelogs:. SQL, XML, YAML, and. changeset formats. If there is an error on a changeset, all the precedents will have already been applied. You will only have to correct the incorrect changeset in error.

Company Mentioned

Mention Thumbnail
featured image - Database Schema Versioning and Migrations Made Simpler For High Speed CI/CD
Souchet Céline HackerNoon profile picture

@csouchet

Souchet Céline


Receive Stories from @csouchet

react to story with heart
Souchet Céline HackerNoon profile picture
by Souchet Céline @csouchet.R&D Engineer at Bonitasoft. Working on an open source project: https://github.com/process-analytics
Read My Stories

RELATED STORIES

L O A D I N G
. . . comments & more!