aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-11-25 19:49:08 +0000
committerGitHub <noreply@github.com>2018-11-25 19:49:08 +0000
commit3fc644005876f1d0054fa1e82c9a0eac36f2356a (patch)
treec737a1fe77cc8d891099edeeac4d8011adef51a2
parentc66eff46e318dc8a6cc6ff13472995319193865d (diff)
parent8549d54087933a7658dbd4dfe2ab311fce42f691 (diff)
downloadpackages-3fc644005876f1d0054fa1e82c9a0eac36f2356a.tar.gz
packages-3fc644005876f1d0054fa1e82c9a0eac36f2356a.zip
Merge pull request #945 from grokqcd/master
Added niledb. A fast file-hash db.
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 84b9435..3ebca0a 100644
--- a/packages.json
+++ b/packages.json
@@ -11615,5 +11615,16 @@
"description": "Very simple PostgreSQL async api for nim.",
"license": "MIT",
"web": "https://github.com/treeform/pg"
+ },
+ {
+ "name": "niledb",
+ "url": "https://github.com/JeffersonLab/niledb.git",
+ "method": "git",
+ "tags": [
+ "db"
+ ],
+ "description": "Key/Value storage into a fast file-hash",
+ "license": "MIT",
+ "web": "https://github.com/JeffersonLab/niledb.git"
}
]