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.
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 likei 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 !