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

Edit value in the Results #140

Open
erexo opened this issue Jul 29, 2024 · 1 comment
Open

Edit value in the Results #140

erexo opened this issue Jul 29, 2024 · 1 comment

Comments

@erexo
Copy link

erexo commented Jul 29, 2024

Once I queried the table that contains primary key I would like to be able to quickly change the column value in a specific row.

image

In this example I would like to have a shortcut for changing the level for Pride player (a row in players table with id as primary key), so that when I type 10 I want a query UPDATE players SET level=10 WHERE id=123226 to be automatically generated and executed after a confirmation

@thyseus
Copy link

thyseus commented Aug 31, 2024

Hey, note that i proposed that AWESOME (!!!) feature in "that other vim db tool out there", too:

kristijanhusak/vim-dadbod-ui#233

actually that would be HARD, damn hard to implement.
Anybody out for a challenge ? :)

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