Describe the solution you'd like
Steampipe developers clearly understand that the world (or any API) can be seen as a relation database and queried the SQL. Unfortunately getting data is just one slice of these possibilities. Without proper UPDATE support we are only harnessing a part of this magic solution. Also, it's great that you already support SQLite and PostgreSQL FDW APIs, which in turn do support UPDATE, so we are missing out on that.
Additional context
Lets say I create a plugin that sees running processes and display windows as tables. Ok, I can get data on them, but I do want to let them be updateble - thus moving windows around, or changing the priority of a process, etc.
Describe the solution you'd like
Steampipe developers clearly understand that the world (or any API) can be seen as a relation database and queried the SQL. Unfortunately getting data is just one slice of these possibilities. Without proper UPDATE support we are only harnessing a part of this magic solution. Also, it's great that you already support SQLite and PostgreSQL FDW APIs, which in turn do support UPDATE, so we are missing out on that.
Additional context
Lets say I create a plugin that sees running processes and display windows as tables. Ok, I can get data on them, but I do want to let them be updateble - thus moving windows around, or changing the priority of a process, etc.