Categorygithub.com/cybergarage/go-mysql
module
1.0.6
Repository: https://github.com/cybergarage/go-mysql.git
Documentation: pkg.go.dev

# README

go-mysql

GitHub tag (latest SemVer) test Go Reference codecov

The go-mysql is a database framework for implementing a MySQL-compatible server using Go easily.

What is the go-mysql?

The go-mysql handles MySQL protocol and interprets the major messages automatically so that all developers can develop MySQL-compatible servers easily. Since the go-mysql handles all system commands automatically, developers can easily implement their MySQL-compatible server only by simply handling DDL (Data Definition Language) and DML (Data Manipulation Language) query commands.

Currently, the go-mysqld is based on Vitess which is a sharding framework for MySQL, and the go-mysqld makes it possible to implement your original MySQL-compatible servers more easily reusing the binary protocol and query parser modules in Vitess.

Table of Contents

Examples

References

# Packages

No description provided by the author
No description provided by the author
No description provided by the author