.prompt "Mailman Web SQLite> " "   ...> "
.header on
.mode json
.show

.mode ascii
SELECT ": "||journal_mode AS journal_mode FROM pragma_journal_mode;
.print
.print "      tables:"
.tables
.print

.mode json
.changes on
