DallasHoff / sqlocal

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.
https://sqlocal.dallashoffman.com
MIT License
322 stars 15 forks source link

How do you debug or visualize the database? #23

Closed NLegendre closed 6 months ago

NLegendre commented 6 months ago

Hello, I was wondering if there is a solution to "visualize" and debug the database tables (and the content)? Maybe something like PhpMyAdmin or like the browser inspector for indexedDB. Thank you for your help!

NLegendre commented 6 months ago

I found a solution, I don't know if it's the more effective:

Let me know if you have a lighter solution :)

DallasHoff commented 6 months ago

Yeah, that's exactly what I would have recommended.