coleifer / sqlite-web

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

No edit/delete options for records #119

Closed MatyasGreff closed 1 year ago

MatyasGreff commented 1 year ago

Great project, thanks for the insert tab, works great! This is the last addition I would need to make this tool perfect: image

Thanks!

coleifer commented 1 year ago

Edit and delete require that your table has a primary key. Yours does not appear to:

https://user-images.githubusercontent.com/60545340/248600726-bf6511fd-c821-48dd-9d81-15402cff89ec.png

MatyasGreff commented 1 year ago

Duh.. Thanks again :)