aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-09-13 22:38:06 +0100
committerGitHub <noreply@github.com>2017-09-13 22:38:06 +0100
commit05396b06d46d08c6e17d5e6e9a13ce1c88037f5e (patch)
tree250388b108e5c776217c644571114acf7f58e252
parent3db47fa292786b854aeb8397e90f0255f94e8dad (diff)
parent6875cd3f2a81f1db6d539327a38d6d0f814db815 (diff)
downloadpackages-05396b06d46d08c6e17d5e6e9a13ce1c88037f5e.tar.gz
packages-05396b06d46d08c6e17d5e6e9a13ce1c88037f5e.zip
Merge pull request #579 from Bennyelg/add-presto2123
Added package presto
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]