Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hij1nx/levelui
A GUI for LevelDB management based on atom-shell.
https://github.com/hij1nx/levelui
Last synced: about 2 months ago
JSON representation
A GUI for LevelDB management based on atom-shell.
- Host: GitHub
- URL: https://github.com/hij1nx/levelui
- Owner: heapwolf
- License: mit
- Created: 2013-03-16T02:14:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T07:46:03.000Z (over 7 years ago)
- Last Synced: 2024-10-30T08:18:31.951Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 23.6 MB
- Stars: 723
- Watchers: 31
- Forks: 99
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesomeelectron - LevelUI - LevelDB management. (Apps / Open Source)
- awesome-electron-zh - LevelUI - LevelDB management. (Apps / Open Source)
- awesome-electron - LevelUI - LevelDB management. ![](https://img.shields.io/github/stars/hij1nx/levelui.svg?style=social&label=Star) (Apps / Database Client)
README
![img](/assets/img/leveldb.png)
# SYNOPSIS
A LevelDB GUI based on [`electron`][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 electron.```bash
$ 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.
```bash
$ npm start
```[0]:https://github.com/hij1nx/lev
[1]:https://github.com/atom/atom-shell