sqldiff.exe: Database Difference Utility
sqldiff.exe: Database Difference Utility
1. Usage
The sqldiff.exe
binary is a command-line utility program that displays the differences between SQLite databases. Example usage:
sqldiff [options] database1.sqlite database2.sqlite
The usual output is an SQL script that will transform database1.sqlite (the "source" database) into database2.sqlite (the "destination" database). This behavior can be altered using command-line switches:
- --changeset FILE
Do not write changes to standard output. Instead, write a (binary) changeset file into FILE. The changeset can be interpreted