Currently pscale database dump will create many SQL files containing SQL INSERT commands that can be run. It would be more helpful to output all the rows in JSON, Parquet or CSV files. This could be done by adding an --output-format flag where the default is "sql" but could also have an option for "json", "parquet" or "csv" like pscale database dump mydb --output-format json.
Currently
pscale database dumpwill create many SQL files containing SQL INSERT commands that can be run. It would be more helpful to output all the rows in JSON, Parquet or CSV files. This could be done by adding an--output-formatflag where the default is "sql" but could also have an option for "json", "parquet" or "csv" likepscale database dump mydb --output-format json.