2 likes
·
346 reads
2 comments
·May 20, 2024
May 20, 2024
Hi Rafal. Great write up.
I am curious why are you downloading open source liquibase when SQLcl has open source liquibase packaged into it?
Just about every command in open source liquibase exists in the SQLcl liquibase
command.
Example:
- update
- changelog-sync
- etc...
Why the extra layer when you can run it all through SQLcl? Would love to understand why you went that route. Thanks!
·
·1 reply
Author
·May 20, 2024
Hi Neil! Thanks for asking.
This tutorial is dedicated to using standalone Liquibase, which is why it's downloaded here. The original version of this text was published in 2021 ( when SQLcl Liquibase was just starting and still not perfect), and there are still many projects where we use the standalone version of Liquibase.
Best wishes!
Rafal
·