diff options
| author | Bennyelg <Benjaminelgazar@gmail.com> | 2017-09-14 00:23:20 +0300 |
|---|---|---|
| committer | Bennyelg <Benjaminelgazar@gmail.com> | 2017-09-14 00:23:20 +0300 |
| commit | 6875cd3f2a81f1db6d539327a38d6d0f814db815 (patch) | |
| tree | 250388b108e5c776217c644571114acf7f58e252 | |
| parent | 3db47fa292786b854aeb8397e90f0255f94e8dad (diff) | |
| download | packages-6875cd3f2a81f1db6d539327a38d6d0f814db815.tar.gz packages-6875cd3f2a81f1db6d539327a38d6d0f814db815.zip | |
Added package presto
| -rw-r--r-- | packages.json | 14 |
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" } ] |
