Merge pull request #646 from mratsim/patch-1

Add Nim RocksDB wrapper
This commit is contained in:
Dominik Picheta 2018-01-27 18:33:43 +00:00 committed by GitHub
commit 953bf9017f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8036,5 +8036,21 @@
"description": "The SHIORI Message charset convert utility",
"license": "MIT",
"web": "https://github.com/Narazaka/shiori_charset_convert-nim"
},
{
"name": "rocksdb",
"url": "https://github.com/status-im/nim-rocksdb",
"method": "git",
"tags": [
"rocksdb",
"database",
"wrapper",
"key",
"value",
"storage"
],
"description": "Nim wrapper for RocksDB, a persistent key-value store for Flash and RAM Storage.",
"license": "Apache v2 or GPLv2",
"web": "https://github.com/status-im/nim-rocksdb"
}
]