Merge pull request #945 from grokqcd/master

Added niledb. A fast file-hash db.
This commit is contained in:
Dominik Picheta 2018-11-25 19:49:08 +00:00 committed by GitHub
commit 3fc6440058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]