From a9150f71839fb7f8227f82ac528f4d80cccde89a Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 25 Aug 2020 02:27:56 +0800 Subject: [PATCH] Added package amysql (#1618) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e6bb68e..37646a3 100644 --- a/packages.json +++ b/packages.json @@ -18986,7 +18986,7 @@ "method": "git", "tags": [ "bitarray", - "nim" + "nim" ], "description": "A simple bitarray library for nim.", "license": "MIT", @@ -19313,5 +19313,20 @@ "description": "An implementation of DNS server stamps in Nim", "license": "MPL-2.0", "web": "https://github.com/alaviss/dnsstamps" + }, + { + "name": "amysql", + "url": "https://github.com/bung87/amysql", + "method": "git", + "tags": [ + "async", + "mysql", + "client", + "connector", + "driver" + ], + "description": "Async MySQL Connector write in pure Nim.", + "license": "MIT", + "web": "https://github.com/bung87/amysql" } ]