sqlite

Install

sudo apt update
sudo apt install sqlite3

Usage

create/open a database

sqlite3 data/sqlite.db

commands

# exit
.exit

# show tables
.tables

# show schema
.schema