Command-line SQL client for piping data in and out of a database.
Rows can be piped out in CSV or JSON format.
dbpipe select column1, column2 from table1 where column3 = 42
Binaries are available on the Releases page.
See the output of dbpipe --help
for usage.
This project is licensed under the MIT license. See the file for details.