A LevelDB GUI based on atom-shell. See also the command line version.
Work in progress. Contributions welcome.
You need to rebuild leveldown so that it uses the correct C++ headers for atom-shell.
$ npm install
$ cd node_modules/leveldown
$ env HOME=~/.atom-shell-gyp node-gyp rebuild --target=0.19.5 --arch=ia64 --dist-url=https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/distThen go ahead and start the program.
$ npm start


