slackbuilds/system/sqldiff
B. Watson 97cb813d03 system/sqldiff: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:12 -04:00
..
README system/sqldiff: Wrap README at 72 columns. 2022-03-17 12:38:12 -04:00
slack-desc
sqldiff.SlackBuild system/sqldiff: Remove NUMJOBS. 2022-02-27 22:29:04 -06:00
sqldiff.info system/sqldiff: Use 15.0 download link. 2022-02-13 09:17:49 +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 sources used are linked
from Slackware mirrors, to ensure maximum compatibility with stock
Slackware.