Skip to content

Commit

Permalink
Merge pull request nim-lang#945 from grokqcd/master
Browse files Browse the repository at this point in the history
Added niledb. A fast file-hash db.
  • Loading branch information
dom96 authored Nov 25, 2018
2 parents c66eff4 + 8549d54 commit 3fc6440
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 3fc6440

Please sign in to comment.