add leveldb bindings (#1244)

This commit is contained in:
Michał Zieliński 2019-11-10 18:11:42 +01:00 committed by Miran
parent a224fb1252
commit 6f10e0fe1a

View File

@ -15207,6 +15207,17 @@
"description": "MongoDb pooled driver",
"license": "MIT",
"web": "https://github.com/JohnAD/mongopool"
},
{
"name": "leveldb",
"url": "https://github.com/zielmicha/leveldb.nim",
"method": "git",
"tags": [
"leveldb",
"database"
],
"description": "LevelDB bindings",
"license": "MIT",
"web": "https://github.com/zielmicha/leveldb.nim"
}
]