SQLite Forum

Support for Markdown formatted table output from a query
Login
This conversion is readily scripted. [Here's one][1]. Just pipe the SQLite output to that script.

There's [another one also based on Node][2], but it rolls its own CSV parser with regexes, which makes me nervous.

Don't like Node? It should take you less than an hour to write something suitable in your scripting language of choice.


[1]: https://github.com/pstaender/csv2md
[2]: https://github.com/donatj/CsvToMarkdownTable