i tried to make a
liquibase xml with liquibase diff
command.
I want to do this based on this documentation: http://www.liquibase.org/documentation/diff.html
If I try to exec the example command with my custom properties, with
--driver:org.postgresql.Driver, I got this problem:
"Unexpected error running Liquibase: java.lang.RuntimeException: Cannot find database driver: org.postgresql.Driver"