diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-07-05 21:14:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:16 +0700 |
commit | 5274da70742b28730b4fa54c937a41d0fe3b775b (patch) | |
tree | c609c4f7101626ef7b20caffbd177a55943e5bd8 /system/sqldiff/README | |
parent | 0ba978d3e10b174d67edfd28f12734c9c6ba105f (diff) | |
download | slackbuilds-5274da70742b28730b4fa54c937a41d0fe3b775b.tar.gz |
system/sqldiff: Added (display differences).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sqldiff/README')
-rw-r--r-- | system/sqldiff/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/sqldiff/README b/system/sqldiff/README new file mode 100644 index 0000000000..bf4909faa9 --- /dev/null +++ b/system/sqldiff/README @@ -0,0 +1,15 @@ +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. |