We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
brew install diffutils
then use /opt/homebrew/bin/diff as the diff command
/opt/homebrew/bin/diff
sqlite3 tests/Test-10.16.0.1.photoslibrary/database/Photos.sqlite ".schema" | sort > sql_11_0_1.sql
Do same for second database
Then format (prettify) in VSCode (need way to do this on command line)
Create the diff:
diff --new-line-format='+%L' --old-line-format='-%L' --unchanged-line-format=' %L' sql_11_0_1.sql 12_0_1.sql >sql_diff.txt