Thanks for your answer. I am calling liquibase from a c++ program by calling an external java process : java -jar liquibase --classpath=sqlitejdbc.jar --driver=org.sqlite.JDBC --url=jdbc:sqlite:dbFileName --changeLogFile= changelogFile
I guess there is no way to interact with the jdbc driver directly this way ?
I guess there is no way to interact with the jdbc driver directly this way ?