From bbdb218e29322cf8ffe69b11d564d9e333ac998e Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sat, 27 Jan 2018 18:34:46 +0100 Subject: Add Nim RocksDB wrapper --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ] -- cgit v1.2.3