Ok, thanks for your answer.
We would like to limit as much as possible the java development part. Do you think it would be possible to use JNI to create a standard sqlite-jdbc driver, then call the sqlite pragma using JNI, and finally run liquibase whith the jdbc driver via JNI ?
Eric