LevelDB wrapper for Nim
Go to file
Xie Yanbo 6a64213af5 tool rename
The tool app name changed from `leveldb` to `leveldbtool` considering
the following reasons:

* `leveldb` looks like an official app, but it's not.
* It is confusing when binary has a name as same as the library, so nimble
  warned about hybrid projects.
* The new sketch of the binary project offered by nimble does not include
  `bin` directory.
2020-02-24 23:53:44 +08:00
src tool rename 2020-02-24 23:53:44 +08:00
tests tool rename 2020-02-24 23:53:44 +08:00
.gitignore fix package compile issue 2020-02-23 22:12:03 +08:00
.travis.yml support minimum nim version 0.18.0 2020-02-18 23:46:17 +08:00
LICENSE Initial commit 2016-05-17 21:31:18 +02:00
README.md Initial commit 2016-05-17 21:31:18 +02:00
leveldb.nimble tool rename 2020-02-24 23:53:44 +08:00

README.md

leveldb.nim

LevelDB wrapper for Nim