Add a syntax to allow piping the result of query to a file, saving on disk.
For example: .query select * from processes |> ./queries/out.txt --json
This will allow the larger queries to potentially be easily parsed with external tools, and avoid printing a huge amount of data.
This feature could support flags for the output print mode, for example --json and --csv
Add a syntax to allow piping the result of query to a file, saving on disk. For example:
.query select * from processes |> ./queries/out.txt --json
This will allow the larger queries to potentially be easily parsed with external tools, and avoid printing a huge amount of data. This feature could support flags for the output print mode, for example --json and --csv