coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.43k stars 339 forks source link

Edit Table Data? #106

Closed randyg3000 closed 2 years ago

randyg3000 commented 2 years ago

Great project!

Is it possible to ask for the ability to directly EDIT table data? I.e. change data in a table and ADD or DELETE a row to a table?

Thanks for your efforts and consideration!

coleifer commented 2 years ago

This has been requested before (see closed issues) - I have no plans at the moment, as it entails quite a bit of additional complexity. The best way to do this at present is to use the query tab to execute the appropriate INSERT/UPDATE/DELETE queries.

coleifer commented 1 year ago

This has been added in master and, after a little while for people to have a chance to try it out, will be incorporated into the next release. Screenshots are on the README.