aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-23 13:49:45 +0100
committerGitHub <noreply@github.com>2017-07-23 13:49:45 +0100
commitfcad65e68405b8ff35a5633fe3e70f46ad21a976 (patch)
tree1e6657d4b37e153d5bd41833ca03d127bc2a3c1e
parentb5bed16a2ca1941d2613e20bda81d2cd3496aac8 (diff)
parentd5efe20f83690ede7aa4c78047f5fcc89dbf10c8 (diff)
downloadpackages-fcad65e68405b8ff35a5633fe3e70f46ad21a976.tar.gz
packages-fcad65e68405b8ff35a5633fe3e70f46ad21a976.zip
Merge pull request #542 from tulayang/master
Add asyncmysql
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 421c32f..715a968 100644
--- a/packages.json
+++ b/packages.json
@@ -6782,5 +6782,19 @@
"description": "A nil coalescing operator ?? for Nim",
"license": "MIT",
"web": "https://github.com/piedar/coalesce"
+ },
+ {
+ "name": "asyncmysql",
+ "url": "https://github.com/tulayang/asyncmysql",
+ "method": "git",
+ "tags": [
+ "mysql",
+ "async",
+ "asynchronous",
+ "parser"
+ ],
+ "description": "Asynchronous MySQL connector written in pure Nim",
+ "license": "MIT",
+ "web": "https://github.com/tulayang/asyncmysql"
}
]