sqlite [08af8f54]
Tags: sql
Basic usage:
sqlite> .tables; # show tables
sqlite> .mode column; # sets to column mode
sqlite> .header on; # turns on the table headers
Search titles and text
Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.
Tags: sql
Basic usage:
sqlite> .tables; # show tables
sqlite> .mode column; # sets to column mode
sqlite> .header on; # turns on the table headers