Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/percona/go-mysql
Go packages for MySQL
https://github.com/percona/go-mysql
pmm
Last synced: 3 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 (about 10 years ago)
- Default Branch: PMM-2.0
- Last Pushed: 2024-06-05T09:25:32.000Z (5 months ago)
- Last Synced: 2024-06-20T19:21:13.714Z (5 months ago)
- Topics: pmm
- Language: Go
- Homepage: http://godoc.org/github.com/percona/go-mysql
- Size: 2.48 MB
- Stars: 235
- Watchers: 80
- Forks: 60
- 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
[![Build Status](https://travis-ci.com/percona/go-mysql.svg?branch=master)](https://travis-ci.com/percona/go-mysql)
[![Go Report Card](https://goreportcard.com/badge/github.com/percona/go-mysql)](https://goreportcard.com/report/github.com/percona/go-mysql)
[![CLA assistant](https://cla-assistant.percona.com/readme/badge/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/master/log/slow) and a [query fingerprinter](https://github.com/percona/go-mysql/tree/master/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.