From 6f10e0fe1ae544d3474b42b8fb1d531918d276eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 10 Nov 2019 18:11:42 +0100 Subject: [PATCH] add leveldb bindings (#1244) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82ad365..2c92413 100644 --- a/packages.json +++ b/packages.json @@ -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" } - ]