aw-webui icon indicating copy to clipboard operation
aw-webui copied to clipboard

Add builtin SQLite Viewer

Open Dimava opened this issue 1 year ago • 1 comments

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/

image

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

Dimava avatar Jan 14 '25 20:01 Dimava

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.

ErikBjare avatar Jan 14 '25 20:01 ErikBjare