heapwolf/levelui
A GUI for LevelDB management based on atom-shell.
{ "createdAt": "2013-03-16T02:14:20Z", "defaultBranch": "master", "description": "A GUI for LevelDB management based on atom-shell.", "fullName": "heapwolf/levelui", "homepage": "", "language": "CSS", "name": "levelui", "pushedAt": "2017-09-06T07:46:03Z", "stargazersCount": 730, "topics": [], "updatedAt": "2025-11-18T15:57:46Z", "url": "https://github.com/heapwolf/levelui"}![img]!(/assets/img/leveldb.png)
SYNOPSIS
Section titled “SYNOPSIS”A LevelDB GUI based on electron. See also the command line version.
SCREENSHOT
Section titled “SCREENSHOT”![img]!(/docs/screenshot1.png)
CONNECT
Section titled “CONNECT”![img]!(/docs/screenshot2.png)
INSERT
Section titled “INSERT”![img]!(/docs/screenshot3.png)
STATUS
Section titled “STATUS”Work in progress. Contributions welcome.
DEVELOPMENT
Section titled “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-shellThen go ahead and start the program.
$ npm start