Skip to content

sunnygoyal/jade

Repository files navigation

JAvascript based Database Editor

A web based GUI client for SQLite. Get it on Chrome Web Store or try online demo.


Development

Web UI To see the code in action, just start a local server and point it the code directory.

Chrome Plugin

  1. go to chrome://extensions/ in chrome
  2. enable developer mode
  3. select load unpacked extension... and select the project directory

Publishing

To generate a compressed code run

make web_ui
make extension

Dependencies

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

Tools

You will need the following tools to run the above make commands.