dolthub / dolthub/dolt

Allow jsonl result format

Open
#1,844 1 comment 0 reactions 1 assignee Claimed by @zachmu View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.