sqlite-viewer
sqlite-viewer copied to clipboard
View SQLite file online
The CSS broke; probably due to some CSS dependency changing domains?
When Fork Me on Github Link is clicked, it loads on the current tab. It would be a small usability improvement if that opens in a new tab.
If there is a FTS5 virtual table created in the database, the file could not be opened by sqlite-viewer. At least by online version. However, it looks like the sql.js...
[Here](https://github.com/inloop/sqlite-viewer/blob/gh-pages/LICENSE#L189). I'm no lawtician, but it seems like a good addition to fill these in.
Did small change to open Fork me on GitHub button on a different tab Fixed #26
Well.. it would be interesting to have a some sort of dockerize way to use it. like: ```bash docker run sqlite-viewer -v ${PWD}/data.sqlite:/var/www/data.sqlite -p 80:80 ```
Database system information would be useful like version, tables, fields, etc.
This is really handy and i want to use it to debug my app but how would i go about auto loading a database? UPDATE: nevermind... i just found the...
Dears, I have an SQLite file that I couldn't open anywhere including Visual Studio Code with SQLite extension but your solution did. I want to export the result into MySQL...