From 28a67a938ce8376fb56a1fccaa59cb017c515f51 Mon Sep 17 00:00:00 2001 From: tulayang Date: Fri, 21 Jul 2017 20:13:44 +0800 Subject: [PATCH] Add asyncmysql --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]