Merge pull request #425 from rivasiv/master

Added nim bind for forestDB.
This commit is contained in:
Dominik Picheta 2016-11-23 19:26:53 +01:00 committed by GitHub
commit bc7a4ef562

View File

@ -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"
}
]