mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
Add mysqlparser
This commit is contained in:
parent
3c66456dba
commit
c3fb3315f4
@ -6845,8 +6845,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"mysql",
|
"mysql",
|
||||||
"async",
|
"async",
|
||||||
"asynchronous",
|
"asynchronous"
|
||||||
"parser"
|
|
||||||
],
|
],
|
||||||
"description": "Asynchronous MySQL connector written in pure Nim",
|
"description": "Asynchronous MySQL connector written in pure Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -7044,5 +7043,18 @@
|
|||||||
"description": "proc to join (and leave) a multicast group",
|
"description": "proc to join (and leave) a multicast group",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/enthus1ast/nimMulticast"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user