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: Change result buffer, save, propagate changes to db #233

Open
thyseus opened this issue May 14, 2024 · 2 comments
Open

Comments

@thyseus
Copy link

thyseus commented May 14, 2024

I did not find this (kick-ass!) Feature Request anywhere else neither i do have enough vim programming skills so i just want to write down that idea here:

When i do a query select id, name from users and get a results like

|id | name |
| 1 |  Herbert |

i want to EDIT the result buffer, save it, and let DADBOT propagate the changes via update users set name = <> where id = <>.

This would require a primary key and i think this hard to implement.

anyone up for a challenge ? :) Thanks a lot !

@thyseus
Copy link
Author

thyseus commented May 14, 2024

Of course, removing a line will create a delete query; insert a line a insert into query... how awesome would that be ?

@wstewarttennes
Copy link

+1 here although I'm sure this is a complicated build out

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

2 participants