kiwanami / emacs-edbi

Database Interface for Emacs Lisp
350 stars 34 forks source link

edit data in db #30

Open torbjorn opened 9 years ago

torbjorn commented 9 years ago

Just wondering, could this be used to easily edit data in the database?

For example the cell data view could support an edit action that would allow content to be edited and then an automatically generated sql would update the db with the new data

kiwanami commented 9 years ago

Hi @torbjorn Yes. The easy edit function is very useful. However, I think it is not straightforward. Other DB tools, such as pgAdmin, MySQL workbench and SQLServer Management Studio, do that. But one can learn the in-place edit is not available anytime, just in the result table for the single table query with PK.

Hmm, it is very interesting function but I don't have any time to do it...

torbjorn commented 9 years ago

There are other tools sure, but the idea is to use emacs to do it!

(In my case this time i have quite large text segments that needs brushing up) On Oct 30, 2014 10:25 AM, "Masashi Sakurai" notifications@github.com wrote:

Hi @torbjorn https://github.com/torbjorn Yes. The easy edit function is very useful. However, I think it is not straightforward. Other DB tools, such as pgAdmin, MySQL workbench and SQLServer Management Studio, do that. But one can learn the in-place edit is not available anytime, just in the result table for the single table query with PK.

Hmm, it is very interesting function but I don't have any time to do it...

— Reply to this email directly or view it on GitHub https://github.com/kiwanami/emacs-edbi/issues/30#issuecomment-61064292.

ReneFroger commented 8 years ago

https://www.emacswiki.org/emacs/Bibus