Take over LMDB wrapper (#952)

The previous project is not maintained and the author agreed:
https://github.com/fowlmouth/lmdb.nim/issues/1
This commit is contained in:
Federico Ceratto 2018-12-02 14:09:39 +00:00 committed by Miran
parent 788bcf6211
commit c2cd467f65

View File

@ -3371,15 +3371,16 @@
},
{
"name": "lmdb",
"url": "https://github.com/fowlmouth/lmdb.nim",
"url": "https://github.com/FedericoCeratto/nim-lmdb",
"method": "git",
"tags": [
"wrapper",
"lmdb"
"lmdb",
"key-value"
],
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
"license": "MIT",
"web": "https://github.com/fowlmouth/lmdb.nim"
"license": "OpenLDAP",
"web": "https://github.com/FedericoCeratto/nim-lmdb"
},
{
"name": "zip",