You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: