sqldiff

Command line interface for SQLite 3

Install

All systems
curl cmd.cat/sqldiff.sh
Debian Debian
apt-get install sqlite3
Ubuntu
apt-get install sqlite3
Arch Arch Linux
pacman -S sqldiff
image/svg+xml Kali Linux
apt-get install sqlite3
Windows (WSL2)
sudo apt-get update sudo apt-get install sqlite3
OS X
brew install sqldiff
Raspbian
apt-get install sqlite3

sqlite3

Command line interface for SQLite 3

SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.

sqldiff

sqlite

command line interface for SQLite 2

SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. NOTE: This package is SQLite version 2. Most programs that use SQLite use SQLite version 3. See the "sqlite3" package for that.