UNPKG

levelui

Version:

A LevelDB GUI based on atom-shell.

37 lines (25 loc) 756 B
![img](/assets/img/leveldb.png) # SYNOPSIS A LevelDB GUI based on [`atom-shell`][1]. See also the [`command line version`][0]. # SCREENSHOT ## QUERY ![img](/docs/screenshot1.png) ## CONNECT ![img](/docs/screenshot2.png) ## INSERT ![img](/docs/screenshot3.png) # STATUS Work in progress. Contributions welcome. # DEVELOPMENT You need to rebuild leveldown so that it uses the correct C++ headers for atom-shell. ```bash $ 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. ```bash $ npm start ``` [0]:https://github.com/hij1nx/lev [1]:https://github.com/atom/atom-shell