LevelDB wrapper for Nim
Go to file
Colin Coombs 533d4ed7e8 Transform leveldb into a 'hybrid' package
This allows users to use leveldb databases in their own nim programs.
2020-02-18 16:53:39 +08:00
bin first commit 2016-05-17 21:28:34 +02:00
src Transform leveldb into a 'hybrid' package 2020-02-18 16:53:39 +08:00
tests Transform leveldb into a 'hybrid' package 2020-02-18 16:53:39 +08:00
.gitignore first commit 2016-05-17 21:28:34 +02:00
.travis.yml auto test 2019-11-17 18:07:23 +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 Transform leveldb into a 'hybrid' package 2020-02-18 16:53:39 +08:00

README.md

leveldb.nim

LevelDB wrapper for Nim