“Data is a precious thing and will last longer than the systems themselves.” -- Tim Berners Lee
$ sqlite3 banana_corp.sqlite
$ flyway migrate
$ sqlite3 banana_corp.sqlite
$ liquibase --driver=org.sqlite.JDBC --changeLogFile=db.changelog-master.xml --url="jdbc:sqlite:./banana_corp.sqlite" --classpath="drivers/sqlite-jdbc-3.20.1.jar" migrate