pyliquibase icon indicating copy to clipboard operation
pyliquibase copied to clipboard

How do I pass connect string

Open shashishringari opened this issue 3 years ago • 2 comments

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?

shashishringari avatar Jun 23 '22 05:06 shashishringari

Hi @shashishringari you can set connection string in liquibase properties file.

examples of how this used https://github.com/memiiso/pyliquibase#how-to-use

example file

ismailsimsek avatar Jun 24 '22 12:06 ismailsimsek

Thank you @ismailsimsek let me try it out.

shashishringari avatar Jun 26 '22 06:06 shashishringari