# go-mysql-org/go-mysql

a powerful mysql toolset with Go

Repository: https://github.com/go-mysql-org/go-mysql
Canonical: https://ross.abutalabs.com/products/go-mysql
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-23T04:16:38+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 4577, "days_push": 10, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4962, forks 1076 (observed 2026-08-28T04:09:03.896912+00:00)

## What it is
A pure Go library implementing the MySQL network protocol and replication, including binlog stream processing, a MySQL client, a fake MySQL server, and a database/sql driver. It also supports incremental dumping to sync MySQL data to systems like Redis or Elasticsearch.

## Use cases
- parse mysql binlog events in go
- sync mysql data to elasticsearch or redis
- implement a fake mysql server for testing
- connect to mysql from go without cgo
- replicate mysql changes in real time
- build a mysql proxy in go

## When to choose
- you need low-level MySQL protocol or binlog access in Go
- you want a pure-Go, dependency-light MySQL client or driver
- you're building CDC or data-sync pipelines from MySQL

## When to avoid
- you just need a simple ORM or query builder
- you use a database other than MySQL/MariaDB
- you need TinyGo compatibility

## Facets
- artifact type: library
- maturity: active
- function: database-driver, database, serialization, logging
- domain: databases, backend, developer-tools
- platform: go, cross-platform
- tags: mysql-protocol, binlog-replication, mariadb, go-library, data-sync, linux

## Member repositories
- go-mysql-org/go-mysql (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:03.896912+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:47.526947+00:00, confidence not recorded.
  - readme: https://github.com/go-mysql-org/go-mysql (fetched 2026-08-28T04:09:03.896912+00:00, sha 6993aa838a99)
- Data as of 2026-08-30T08:39:29.467469+00:00.
