Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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