diff options
| author | Rostyslav Ivasiv <rivasiv@gmail.com> | 2016-11-17 13:14:54 -0800 |
|---|---|---|
| committer | Rostyslav Ivasiv <rivasiv@gmail.com> | 2016-11-21 04:04:26 -0800 |
| commit | e93485dcca214ee008db951ccdf92bb5653ddbf7 (patch) | |
| tree | a9a181f26aa67f585914ed3b59257443d6d72c65 | |
| parent | 3ad1662c15625249ce185da47d85c98ef4255ac7 (diff) | |
| download | packages-e93485dcca214ee008db951ccdf92bb5653ddbf7.tar.gz packages-e93485dcca214ee008db951ccdf92bb5653ddbf7.zip | |
Exdend with forestDB. Base is under https://github.com/couchbase/forestdb. Nim bind is under: https://github.com/nimscale/forestdb.
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
