module
0.0.0-20250211052951-b571b42b595a
Repository: https://github.com/updox/go-mysql.git
Documentation: pkg.go.dev
# README
go-mysql
This repo contains Go packages to help build tools for MySQL. For example, there's a slow log parser and a query fingerprinter. Feedback, pull requests, and bug reports are welcome.
Docs
http://godoc.org/github.com/percona/go-mysql
Overview
Package | Contains |
---|---|
event | Aggregator and metric stats |
log | Event struct and log parser interface |
log/slow | Slow log parser |
query | Fingerprinter and ID |
test | Sample data |
Versioning
Packages are not versioned. Interfaces, data structures, and overall usage are subject to change without notice.
# Packages
No description provided by the author
Package event aggregates MySQL log and Perfomance Schema events into query classes and calculates basic statistics for class metrics like max Query_time.
Package log provides an interface and data structures for MySQL log parsers.
Package query provides functions to transform queries.
No description provided by the author