I'm looking for a #Database #GUI #IDE that allows editing of values from a VIEW.
For example, most editors allow one to edit the values in a table directly and visually. But if one has a VIEW these values aren't editable.
If the VIEW contains columns that directly map to various tables, I'd like to be able to edit the columns in the VIEW and have them updated in the respective table accordingly.
Curious if anyone is aware of an IDE that supports this? DB is currently SQLite, but could change