sqlite

command line interface for SQLite 2

Install

All systems
curl cmd.cat/sqlite.sh
Debian Debian
apt-get install sqlite
Ubuntu
apt-get install sqlite
Alpine
apk add sqlite
Arch Arch Linux
pacman -S sqlite
image/svg+xml Kali Linux
apt-get install sqlite
CentOS
yum install sqlite
Fedora
dnf install sqlite
Windows (WSL2)
sudo apt-get update sudo apt-get install sqlite
OS X
brew install sqlite
Raspbian
apt-get install sqlite
Docker
docker run cmd.cat/sqlite sqlite powered by Commando

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.

sqlite2

Embeddable SQL engine in a C library