Add asyncmysql

This commit is contained in:
tulayang 2017-07-21 20:13:44 +08:00
parent b5bed16a2c
commit 28a67a938c

View File

@ -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"
}
]