Closed aksdb closed 6 years ago
Are you talking about the SQL query pane?
For now - since this is the only place where I can manipulate data. If pgweb gets form / table based editing support sometime in the future, that would be a good candidate for transactions as well.
Closing this for now, there's no plan for transactional support for the time being.
It would be nice for pgweb to support transactions and allow to toggle between auto-commit and manual begin/commit/rollback. That way you could perform a series of manipulations, check the result and commit only if you are satisfied.