-
Notifications
You must be signed in to change notification settings - Fork 1
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
[JSTC-17] Support smart SQL batching and import from SQL files #88
Comments
Building this out a bit further, we should provide a This would allow things like:
Which is useful for piping and chaining tableland commands. |
i know i'm late the party here, but this sounds great. there's some overlap with convos we'll have next week, but i think whatever we do around supporting sql files directly, we'll always need batching |
Yeh nice, thanks for weighing in here. So there is a PR in flight that adds this basic --file (and stdin input, without the need to specify |
(test comment from GH to see if things sync to linear for a transferred issue) note: it didn't work. recreated at #89 |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Something like a --sql flag to would take a local SQL file, and normalize the statements, put them into appropriate sized batches, and then wait for confirmation to send.
Describe alternatives you've considered
Not waiting for confirmation would be ok too, but this feels safer for users. Ideally, you could actually use local files, or remote files, and the cli would just do the right thing.
JSTC-17
The text was updated successfully, but these errors were encountered: