.once '|sed -E "s/^( *(echo|eqp|headers)):.*/\1: on/; s/^( *mode):.*/\1: json/; /^ *output:/d"'
.show

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

.prompt "Mailman Web SQLite> " "               ...> "
.eqp on
.headers on
.mode json
.timer on
.changes on
.echo on
