pyliquibase
pyliquibase copied to clipboard
How do I pass connect string
I am currently running liquibase using sqlcL (oracle) sqlcl is connecting to remote/local database for me to perform liquibase actions.
Now, I am trying to use pyliquibase through python script. Can you please let me know how do I connect Oracle database without using sqlcl? would it be using cx_oracle package?
Hi @shashishringari you can set connection string in liquibase properties file.
examples of how this used https://github.com/memiiso/pyliquibase#how-to-use
Thank you @ismailsimsek let me try it out.