aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortulayang <iwangtongi@163.com>2017-07-21 20:13:44 +0800
committertulayang <iwangtongi@163.com>2017-07-21 20:13:44 +0800
commit28a67a938ce8376fb56a1fccaa59cb017c515f51 (patch)
treefcb4111608d6149766cc237e05092049187ae9d8
parentb5bed16a2ca1941d2613e20bda81d2cd3496aac8 (diff)
downloadpackages-28a67a938ce8376fb56a1fccaa59cb017c515f51.tar.gz
packages-28a67a938ce8376fb56a1fccaa59cb017c515f51.zip
Add asyncmysql
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 421c32f..f0bd112 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",
+ "packet parser"
+ ],
+ "description": "Asynchronous MySQL connector written in pure Nim",
+ "license": "MIT",
+ "web": "https://github.com/tulayang/asyncmysql"
}
]