cheat sheets.

$ cheat sqlite_console
Some useful tips for the sqlite3 console:

.help
  Show concise help.
.dump
  Output the whole database as SQL.

For more readable select output, try:
.header on
.mode column
Version 2, updated 956 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )