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

.mode ascii
SELECT ": "||journal_mode AS "journal_mode" FROM pragma_journal_mode;
.print
SELECT ": "||synchronous AS " synchronous" FROM pragma_synchronous;
.print
SELECT ": "||timeout AS "busy_timeout" FROM pragma_busy_timeout;
.print
.print "      tables:"
.tables
.print

.mode json
.changes on
