From 6875cd3f2a81f1db6d539327a38d6d0f814db815 Mon Sep 17 00:00:00 2001 From: Bennyelg Date: Thu, 14 Sep 2017 00:23:20 +0300 Subject: [PATCH] Added package presto --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ade2aa5..93e53f3 100644 --- a/packages.json +++ b/packages.json @@ -7156,5 +7156,19 @@ "description": "Libraries and utilites related to Monero, a CryptoNote cryptocurrency.", "license": "MIT", "web": "https://github.com/ehmry/nim-monero" + }, + { + "name": "presto", + "url": "https://github.com/Bennyelg/nimPresto", + "method": "git", + "tags": [ + "prestodb", + "connector", + "database", + "nim-lang" + ], + "description": "prestodb simple connector", + "license": "MIT", + "web": "https://github.com/Bennyelg/nimPresto" } ]