SQLite - mwicat/personal GitHub Wiki

Config

~/.sqliterc

.mode column
.headers on
.separator ROW "\n"
.nullvalue NULL

Show tables

.tables

Table schema

.schema tbl