aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]