sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.53k stars 724 forks source link

Is there any plans for adding a form for easy inserting data into table? #651

Closed anton-okolelov closed 1 year ago

anton-okolelov commented 1 year ago

Thanks for pgweb, it looks very well!

But unfortunately, a key feature is missing: adding data to a table without writing an SQL query. If that feature existed I could use it for our QA engineers in our testing environment. Also, we need "edit" button on rows (instead writing UPDATE queries).

sosedoff commented 1 year ago

No plans for row-level data management in v0.x line. Plus, v1 work is not even planned, so you're basically better off using something else if you wish to edit data. TablePlus is a great cross-platform alternative.