No description
Find a file
wt 0b4c9ce39f
Merge pull request #4 from bung87/sha1
change version and nim dep
2020-08-12 19:34:32 +08:00
doc Add doc 2017-11-04 11:00:14 +08:00
.gitignore First commit 2017-08-19 11:40:32 +08:00
.travis.yml o 2020-05-31 12:08:17 +08:00
config.nims change imported modules name to newer 2020-05-31 12:50:40 +08:00
LICENSE First commit 2017-08-19 11:40:32 +08:00
mysqlparser.nim o 2020-05-31 13:08:19 +08:00
mysqlparser.nimble change version and nim dep 2020-08-12 16:25:42 +08:00
nim.cfg o 2020-05-31 11:54:32 +08:00
README.md Rewrite desc doc 2017-11-04 11:07:01 +08:00
test.nim Opt parseRows buf 2017-10-17 11:36:20 +08:00

MysqlParser Build Status

An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO.

API Documentation