sqldiff -V (return code: 1)
sqldiff: two database arguments required
"sqldiff --help" for more help
sqldiff --help (return code: 0)
Usage: sqldiff [options] DB1 DB2
Output SQL text that would transform DB1 into DB2.
Options:
--changeset FILE Write a CHANGESET into FILE
-L|--lib LIBRARY Load an SQLite extension library
--primarykey Use schema-defined PRIMARY KEYs
--rbu Output SQL to create/populate RBU table(s)
--schema Show only differences in the schema
--summary Show only a summary of the differences
--table TAB Show only differences in table TAB
--transaction Show SQL output inside a transaction