Home

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

alt text

Dependencies

This tool required:

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