Is there a way to update SQLITE database using deltas?

后端 未结 3 1394
执笔经年
执笔经年 2020-12-31 23:45

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

3条回答
  •  星月不相逢
    2021-01-01 00:28

    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.

提交回复
热议问题