You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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" likepscale database dump mydb --output-format json
.The text was updated successfully, but these errors were encountered: