slackbuilds/system/sqldiff
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
sqldiff.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sqldiff.info system/sqldiff: updated for version 3.36.0 2021-07-03 10:09:38 +07:00

README

The sqldiff 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).


sqldiff is part of SQLite, it comes inside the tools directory of
the SQLite sources. It isn't included in the stock slackware SQLite package.
Hence this SlackBuild follows the Slackware SQLite version and compilation options.
This is why the source used are linked from Slackware mirrors, to ensure
maximum compatibility with stock Slackware.