SQL SQLite SQLite dot-commands: output formatting using ‘.mode list’ By Jonathan Taylor on Wednesday, May 20, 2020 The default output mode for SQLite is the `list` mode. Let’s look at ways to customize how it outputs data from queries and gotchas to look out for.