aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Edwards <edwards@jlab.org>2018-11-25 13:53:00 -0500
committerRobert Edwards <edwards@jlab.org>2018-11-25 13:53:00 -0500
commit8549d54087933a7658dbd4dfe2ab311fce42f691 (patch)
treec737a1fe77cc8d891099edeeac4d8011adef51a2
parentc66eff46e318dc8a6cc6ff13472995319193865d (diff)
downloadpackages-8549d54087933a7658dbd4dfe2ab311fce42f691.tar.gz
packages-8549d54087933a7658dbd4dfe2ab311fce42f691.zip
Added niledb.
-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"
}
]