Allow jsonl result format
Open
cli
enhancement
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Given one wants to export json lines output from sql query
currently we have json with something like `{"rows": []}` result
If there are large number of rows all is built-up / prepared in memory for one json, same for parser on other end has to load full string in memory to parse.
Json lines output will keep things lean and will allow us to use streams.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.