From 8549d54087933a7658dbd4dfe2ab311fce42f691 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Sun, 25 Nov 2018 13:53:00 -0500 Subject: [PATCH] Added niledb. --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]