Exdend with forestDB. Base is under https://github.com/couchbase/forestdb. Nim bind is under: https://github.com/nimscale/forestdb.

This commit is contained in:
Rostyslav Ivasiv 2016-11-17 13:14:54 -08:00
parent 3ad1662c15
commit e93485dcca

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