Hello,
I would like to be compare two changelogs without having to load them into a database. I am managing the domain logical model with a proprietary DSL and I can easily generate the liquibase change log.
Optimally, I would like to generate complete changelogs (the complete model not changes between two versions) for different version of my logical model and then use liquibase to get the diff and thus generate the DDL for the diff between the two versions out of it.
I could deploy the two versions in a database and compare but I do not have an easy access to an extra schema or a database.
Is there an option to do an offline changelog diff?
Thanks a lot in advance
Best Regards