/leveldb-gui-client

A gui client for leveldb written using scala

Primary LanguageScalaMIT LicenseMIT

leveldb-gui-client Build Status

A gui client for leveldb.

Downloads

Standalone jars can be found in Releases at the top. current version: v0.2.0

Getting Started

To run the project

sbt run

To create a standalone jar

sbt standaloneJar

Note Regarding GUI

GUIs classes are created using WindowBuilder eclipse plugin, you can use any GUI designer you prefer but make sure that it generates code instead of intermediate xml files.