v0.7.3: Added JSONL output format.
Added JSONL output format.
-ojsonl
option added.
Add JSONL output format separately from JSON.
JSONL is a JSON format separated by line breaks.
Output can be output line by line, so output starts quickly.
Also, JSONL output requires less memory than JSON output.
resolve #101.
Docker pull allows images to be downloaded.
You can download it with the following command.
docker pull noborus/trdsql
Fixed generate_series (1,10) error in FROM clause
Added check for table name not in list to replace.
Tables that did not successfully import the file
did not need to be replaced in the first place.
Added test
Added test to cmd/.
And then refactoring was performed to modify the behavior.
Run
has been changed to a method of cmd.Cli.
-h
changed to normal help.
Changed SQL error exit code.