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 Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

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 - - - - - - -

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