Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Filter for only certain columns on pscale database dump #891

Open
davidzajac1 opened this issue Jul 15, 2024 · 0 comments

Comments

@davidzajac1
Copy link

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']}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant