diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-19 17:53:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-19 17:53:41 +0100 |
| commit | a2a72d4fc8a291fa90d3dd9b1d25664f18f3c308 (patch) | |
| tree | b4e51148d960abaa4971c96022f56ee7aab8d508 | |
| parent | 3c66456dba5c16eeafb4d3d141de79d35b7ffd31 (diff) | |
| parent | c3fb3315f41a671e12901b189d8bed0f50fd1584 (diff) | |
| download | packages-a2a72d4fc8a291fa90d3dd9b1d25664f18f3c308.tar.gz packages-a2a72d4fc8a291fa90d3dd9b1d25664f18f3c308.zip | |
Merge pull request #569 from tulayang/master
Add mysqlparser
| -rw-r--r-- | packages.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/packages.json b/packages.json index 53e1c62..54831f5 100644 --- a/packages.json +++ b/packages.json @@ -6845,8 +6845,7 @@ "tags": [ "mysql", "async", - "asynchronous", - "parser" + "asynchronous" ], "description": "Asynchronous MySQL connector written in pure Nim", "license": "MIT", @@ -7044,5 +7043,18 @@ "description": "proc to join (and leave) a multicast group", "license": "MIT", "web": "https://github.com/enthus1ast/nimMulticast" - } + }, + { + "name": "mysqlparser", + "url": "https://github.com/tulayang/mysqlparser.git", + "method": "git", + "tags": [ + "mysql", + "protocol", + "parser" + ], + "description": "An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO.", + "license": "MIT", + "web": "https://github.com/tulayang/mysqlparser" + } ] |
