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
It would be helpful to be able to filter for only certain columns from certain tables when calling pscale database dump. Currently there's only a --tables flag to only dump certain tables and a --wheres flag to filter out rows.
Could be a --columns flag or an option within the --tables flag to pass in an object instead of just strings like --tables "{'sometable': ['col1', 'col2'], 'sometable2': ['col3']}"
The text was updated successfully, but these errors were encountered:
It would be helpful to be able to filter for only certain columns from certain tables when calling
pscale database dump
. Currently there's only a--tables
flag to only dump certain tables and a--wheres
flag to filter out rows.Could be a
--columns
flag or an option within the--tables
flag to pass in an object instead of just strings like--tables "{'sometable': ['col1', 'col2'], 'sometable2': ['col3']}"
The text was updated successfully, but these errors were encountered: