Have you ever needed to convert the contents of a CSV file to Markdown table format? SQLite comes to the rescue with just a handful of commands.
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.