https://github.com/percona/go-mysql
Go packages for MySQL
https://github.com/percona/go-mysql
pmm
Last synced: 12 months ago
JSON representation
Go packages for MySQL
- Host: GitHub
- URL: https://github.com/percona/go-mysql
- Owner: percona
- License: bsd-3-clause
- Created: 2014-09-16T22:36:22.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T11:14:47.000Z (12 months ago)
- Last Synced: 2025-07-22T13:12:02.299Z (12 months ago)
- Topics: pmm
- Language: Go
- Homepage: http://godoc.org/github.com/percona/go-mysql
- Size: 2.6 MB
- Stars: 241
- Watchers: 79
- Forks: 62
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-go - go-mysql - packages to help build tools for MySQL. For example, there's a slow log parser and a query fingerprinter. (Drivers)
README
# go-mysql
[](https://github.com/percona/go-mysql/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/percona/go-mysql)
[](https://cla-assistant.percona.com/percona/go-mysql)
This repo contains Go packages to help build tools for MySQL. For example, there's a [slow log parser](https://github.com/percona/go-mysql/tree/main/log/slow) and a [query fingerprinter](https://github.com/percona/go-mysql/tree/main/query). Feedback, pull requests, and bug reports are welcome.
## Docs
http://godoc.org/github.com/percona/go-mysql
## Overview
Package|Contains
-------|--------
[event](http://godoc.org/github.com/percona/go-mysql/event)|Aggregator and metric stats
[log](http://godoc.org/github.com/percona/go-mysql/log)|Event struct and log parser interface
[log/slow](http://godoc.org/github.com/percona/go-mysql/log/slow)|Slow log parser
[query](http://godoc.org/github.com/percona/go-mysql/query)|Fingerprinter and ID
test|Sample data
## Versioning
Packages are not versioned. Interfaces, data structures, and overall usage are subject to change without notice.
## Licensing
As of September 2019, percona/go-mysql has dropped AGPLv3 and is now licensed using the BSD 3-clause license.
Copyright (c) 2019, Percona LLC.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.