YAML schema definition

Hi!
I am currently using XML format because there is an XSD available which allows auto-completion in my IDE. Is there als a schema definition available for YAML format? Would be great, because YAML is cleaner than XML :wink:
Thanks and regards,
Rainer

Hi @raho ,

Liquibase allows you to define your DB changes in 3 different formats:

  1. XML
  2. YAML
  3. JSON

It also allows you to use plain SQL scripts if you want.

Please visit this documentation for help with Liquibase changesets in YAML format.

Do let us know if you need any ither help and if you face any issues using it.

Thanks,
Rakhi Agrawal