Awesome
Web GUI for SQLite
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
Dependencies
This tool required:
- a11y-dialog (MIT license)
- codeMirror (MIT license)
- sql.js (MIT license)
- github corners (MIT license)
Install
Drop the files into a directory (on a server or on your PC) and then visit in a browser.
Launch tests
Update config.js file with the path of your installation.
You must install packages: npm install
Finally, runs the tests: npm run test
License
MIT