When pasting SQL query in a GitLab or GitHub field, it would be cool to use markdown table instead of backticks. What do you think of a markdown output format ?
Something like -M, --markdown.
$ usql --markdown $DSN < query.sql
| COLUMN | NAME |
|--------|------|
| FOO | BAR |
| TOTO | TITI |
| PIF | PAF |
$
Hi,
Thanks for usql and dburl, very useful !
When pasting SQL query in a GitLab or GitHub field, it would be cool to use markdown table instead of backticks. What do you think of a markdown output format ?
Something like
-M, --markdown
.References: https://www.markdownguide.org/extended-syntax/#tables
Regards, Étienne