kdb3_sqlite3_dump --version (return code: 0)
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
COMMIT;
kdb3_sqlite3_dump --help (return code: 0)
Usage: kdb3_sqlite3_dump [file]
kdb3_sqlite3_dump version 3.0.2
A stripped-down variant of the `sqlite3' tool for compacting
SQLite 3 databases. Executes DUMP command on a database file and prints
percent progress. This tool is a part of the KDb framework.