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:
parent
3ad1662c15
commit
e93485dcca
1 changed files with 15 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue