I would like to know if SQLite proposes a update mechanism based on some delta file, to be clear for example an Oracle database can be synchronized with sql redo logs or sna
The subject is now covered in another SO questions: How can I diff 2 SQLite files?
In short, there's now a built-in tool to diff two sqlite databases.