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 differences? Preferably output them to the command line, so that I can grep/sed them.
SQLite uses SQL, so a general SQL tool might also do.