coleifer / sqlite-web

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

Hide long value from list #127

Closed rikhtehgaran closed 1 year ago

rikhtehgaran commented 1 year ago

Hi I tried to see my view in sqlite_master but it doesn't show completely because that value is too long also I click on three dot's but nothing happened and it's only # image

coleifer commented 1 year ago

Thanks this is fixed now.

rikhtehgaran commented 1 year ago

How can I update my package? is it possible from pip?

coleifer commented 1 year ago

Yeah it depends how you installed it. But yes "pip install -U sqlite-web" should work.