aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-01-27 18:33:43 +0000
committerGitHub <noreply@github.com>2018-01-27 18:33:43 +0000
commit953bf9017fca8cded77fe412bfa92e7d4bf7f907 (patch)
treeb58ebb3187dfd49d49c77bbec0ae7dc42440e836
parentece208673720b23d3f6fb36b7f108be21deb3cb6 (diff)
parentbbdb218e29322cf8ffe69b11d564d9e333ac998e (diff)
downloadpackages-953bf9017fca8cded77fe412bfa92e7d4bf7f907.tar.gz
packages-953bf9017fca8cded77fe412bfa92e7d4bf7f907.zip
Merge pull request #646 from mratsim/patch-1
Add Nim RocksDB wrapper
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 056ec39..eafce4e 100644
--- a/packages.json
+++ b/packages.json
@@ -8036,5 +8036,21 @@
"description": "The SHIORI Message charset convert utility",
"license": "MIT",
"web": "https://github.com/Narazaka/shiori_charset_convert-nim"
+ },
+ {
+ "name": "rocksdb",
+ "url": "https://github.com/status-im/nim-rocksdb",
+ "method": "git",
+ "tags": [
+ "rocksdb",
+ "database",
+ "wrapper",
+ "key",
+ "value",
+ "storage"
+ ],
+ "description": "Nim wrapper for RocksDB, a persistent key-value store for Flash and RAM Storage.",
+ "license": "Apache v2 or GPLv2",
+ "web": "https://github.com/status-im/nim-rocksdb"
}
]