mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Merge pull request #425 from rivasiv/master
Added nim bind for forestDB.
This commit is contained in:
commit
bc7a4ef562
@ -5450,5 +5450,20 @@
|
|||||||
"description": "Bindings for libjwt",
|
"description": "Bindings for libjwt",
|
||||||
"license": "LGPLv2.1",
|
"license": "LGPLv2.1",
|
||||||
"web": "https://github.com/nimscale/nim-libjwt"
|
"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…
x
Reference in New Issue
Block a user