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
cheat sheets.
$ cheat sqlite_console$ cheat sqlite_consoleSome 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