A web based GUI client for SQLite. Get it on Chrome Web Store or try online demo.
Web UI To see the code in action, just start a local server and point it the code directory.
Chrome Plugin
- go to chrome://extensions/ in chrome
- enable developer mode
- select
load unpacked extension...
and select the project directory
To generate a compressed code run
make web_ui
make extension
Jade depends on the following external projects
Note The project uses a modified version of sql.js, which has a few changes requred by this project. Refer the commit history of sql.js for additional information.
All the third party dependencies are included in the third_party/
directory.
To regenerate the third_party/
directory run
bower update
rm -rf third_party
make third_party_deps
You will need the following tools to run the above make commands.