Skip to content

shyamrajprasad/mulesoft-liquibase-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mulesoft-liquibase-integration

Liquibase Introduction

Liquibase is a database schema change management solution that enables you to revise and release database changes faster and safer from development to production.

To keep it simple, you can write migrations in SQL — a database-specific syntax supported for PL/SQL. To take advantage of abstraction abilities, use a database-agnostic way by specifying your changes in XML, JSON, or YAML.

Liquibase Integration

  • Create a Mule project.
  • Create a databasechange log file and scripts file.
  • Create liquibase properties for database credentials.
  • Add liquibase dependencies in pom.xml
  • Run maven liuibase update command.

Steps to Integrate in mule application. Follow below link

https://shyamrajprasad.medium.com/liquibase-integration-in-mulesoft-application-3e7d9d6cd20c

References

https://docs.liquibase.com/tools-integrations/maven/workflows/creating-liquibase-projects-with-maven-postgresql.html

Releases

No releases published

Packages

No packages published