RE: https://mastodon.social/@dchest/116334642837128276
As a follow up to this: there's also a Markdown mode:
sqlite> .mode markdown
sqlite> select * from mytable;
This will print out a Markdown table ready to paste into your text files, blog posts or *cough*llm*cough*.

