Web GUI for SQLite is a web-based SQLite browser written in JavaScript.
This tool is still basic and needs to be improved.
Try the demo here: https://extendsclass.com/sqlite-browser.html
This tool required:
- a11y-dialog (MIT license)
- codeMirror (MIT license)
- sql.js (MIT license)
- github corners (MIT license)
Drop the files into a directory (on a server or on your PC) and then visit in a browser.
Update config.js file with the path of your installation.
You must install packages: npm install
Finally, runs the tests: npm run test
MIT