mysqlparser

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

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version 0.2.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-31 07:16

Authors

  • Wang Tong

Installation

nimble install mysqlparser
choosenim install mysqlparser
git clone https://github.com/tulayang/mysqlparser.git

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
mysqlparser - - - - - - -

Dependencies

Package Version Optional
nim >= 0.19 No

Source

Repository https://github.com/tulayang/mysqlparser.git
Homepage https://github.com/tulayang/mysqlparser
Documentation View Documentation
Registry Source nimble_official

README

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