βœ‚οΈΒ SQLite

Small information nuggets and recipies about SQLite


(most recent on top)

Quick survival guide for exploring a new database

.headers on
.mode column
.tables
.schema
select * from table limit 10;

See the CLI command history

cat ~/.sqlite_history