2.0.1 • Published 9 years ago

levelui v2.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

img

SYNOPSIS

A LevelDB GUI based on atom-shell. See also the command line version.

SCREENSHOT

QUERY

img

CONNECT

img

INSERT

img

STATUS

Work in progress. Contributions welcome.

DEVELOPMENT

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/dist

Then go ahead and start the program.

$ npm start