Integrate Java Database Versioning with Liquibase using MySQL [A Step by Step Guide]by@tiago-melo
3,206 reads

Integrate Java Database Versioning with Liquibase using MySQL [A Step by Step Guide]

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

Too Long; Didn't Read

Using a database migration tool we can safely manage how the database evolves, instead of running a bunch of non versioned loose SQL files. In some frameworks like Ruby On Rails, database versioning occurs along the development process. In this article we’ll see how to integrate Liquibase with Spring Boot to evolve the database schema of a Java application using MySQL. The most popular database tools are Flyway and Liquibas, which works for all major database vendors. You can specify your changes in XML, YAML, JSON and SQL formats.

People Mentioned

Mention Thumbnail

Company Mentioned

Mention Thumbnail
featured image - Integrate Java Database Versioning with Liquibase using MySQL [A Step by Step Guide]
Tiago Melo HackerNoon profile picture

@tiago-melo

Tiago Melo

Senior Software Engineer


Receive Stories from @tiago-melo

react to story with heart

RELATED STORIES

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