Skip to content

SQL Query to CSV tool addition

Choose a tag to compare

@rsdoiel rsdoiel released this 05 Jan 23:02
· 107 commits to main since this release

This minor release adds sql2csv command line tool let you easily run a SQL query and render the results CSV encoded. Support SQLite3 and MySQL 8 databases. May support Postgres (as yet untested). The cli can be configured to use another character as column delimited (e.g. tab) via command line options.