diff options
| author | tulayang <iwangtongi@163.com> | 2017-07-21 20:13:44 +0800 |
|---|---|---|
| committer | tulayang <iwangtongi@163.com> | 2017-07-21 20:13:44 +0800 |
| commit | 28a67a938ce8376fb56a1fccaa59cb017c515f51 (patch) | |
| tree | fcb4111608d6149766cc237e05092049187ae9d8 | |
| parent | b5bed16a2ca1941d2613e20bda81d2cd3496aac8 (diff) | |
| download | packages-28a67a938ce8376fb56a1fccaa59cb017c515f51.tar.gz packages-28a67a938ce8376fb56a1fccaa59cb017c515f51.zip | |
Add asyncmysql
| -rw-r--r-- | packages.json | 14 |
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" } ] |
