Skip to content

heapwolf/levelui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img

SYNOPSIS

A LevelDB GUI based on electron. 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 electron.

$ npm install
$ cd node_modules/level/node_modules/leveldown
$ env HOME=~/.electron-gyp && node-gyp rebuild --target=0.28.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell

Then go ahead and start the program.

$ npm start

About

A GUI for LevelDB management based on atom-shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published