From e93485dcca214ee008db951ccdf92bb5653ddbf7 Mon Sep 17 00:00:00 2001 From: Rostyslav Ivasiv Date: Thu, 17 Nov 2016 13:14:54 -0800 Subject: Exdend with forestDB. Base is under https://github.com/couchbase/forestdb. Nim bind is under: https://github.com/nimscale/forestdb. --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index e627eec..f40d353 100644 --- a/packages.json +++ b/packages.json @@ -5450,5 +5450,20 @@ "description": "Bindings for libjwt", "license": "LGPLv2.1", "web": "https://github.com/nimscale/nim-libjwt" + }, + { + "name": "forestdb", + "url": "https://github.com/nimscale/forestdb", + "method": "git", + "tags": [ + "library", + "bTree", + "HB+-Trie", + "db", + "forestdb" + ], + "description": "ForestDB is fast key-value storage engine that is based on a Hierarchical B+-Tree based Trie, or HB+-Trie.", + "license": "Apache License 2.0", + "web": "https://github.com/nimscale/forestdb" } ] -- cgit v1.2.3