aw-webui
aw-webui copied to clipboard
Add builtin SQLite Viewer
I was looking for what website did I visit like half a year ago
To do that more easily I chose to just google for a web sqlite viewer and found https://inloop.github.io/sqlite-viewer/
pros:
- It's FAST
- It's insanely simple to use. Would be even more simple if you add some presets and "extract" some values (like it infers pagination from LIMIT query)
So even if you just add a link to the website and a link to open sqlite directory in explorer it will already be useful
That's easy to do from the commandline too, problem is you won't be able to make transforms like AFK filtering, categorization, etc easily. That's why we have the query language on top.
But yeah, ideally the "Search" tool would be easier to use for cases like this.