You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

github.com/percona/go-mysql

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/percona/go-mysql

v0.0.0-20250402095632-a74727b12b16
Source
Go
Version published
Created
Source

go-mysql

Build Status Go Report Card CLA assistant

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

PackageContains
eventAggregator and metric stats
logEvent struct and log parser interface
log/slowSlow log parser
queryFingerprinter and ID
testSample 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.

FAQs

Package last updated on 02 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts