How to compare two SQLite databases on Linux

后端 未结 5 924
甜味超标
甜味超标 2020-12-13 05:42

Using Linux, I want to compare two SQLite databases that have the same schema. There will be just a few differences.

Is there a tool that would output these differen

5条回答
  •  温柔的废话
    2020-12-13 06:16

    Try SQLite Diff.

    NOTE: This is a paid product, $25 at the time of this writing, and I'm not in any way related to the authors.

提交回复
热议问题