row/cell editing tool
Open
enhancement
- Dominant language
- Python
- Stars
- 86
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
while I can use psql/pgcli for almost all my needs, there's one I fall short on that requires me to open a gui for - editing a cell.
suppose a particular column is a text one and it holds a long string which I wish to edit.
currently I only can issue an `UPDATE TABLE ... SET ...=...` command to it.
I really wish there was some way to edit a cell in my favorite text editor the same way `\e` does.
I'm not yet sure how the syntax should look but a tool that could give me that would be really awesome
Contributor guide
Assessment
This issue has not been assessed yet.