dolthub/go-mysql-server
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in Go. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 99
- Release rhythm 16
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 145
- age_days: 2626
- days_rel: 477
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2652 stars · 274 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A MySQL-compatible SQL engine and server written in Go that runs queries over arbitrary data sources using the MySQL dialect and wire protocol. It ships with an in-memory database backend suitable for tests and lets you implement custom backends to query your own data sources.
Use cases
- run a MySQL-compatible database in Go tests without installing MySQL
- query arbitrary data sources with SQL by implementing a custom backend
- drop-in replacement for MySQL for Go applications
- serve SQL over the MySQL wire protocol from a Go service
- test SQL queries in CI with an in-memory database
When to choose
- you need MySQL wire-protocol compatibility in a Go project
- you want to expose non-database data sources via SQL
- you need an embeddable in-memory SQL engine for testing
When to avoid
- you need a production-grade persistent database (use Dolt or MySQL itself)
- you need full MySQL feature parity including every edge-case behavior
- you cannot use Cgo or install ICU dependencies and need ICU regex support
Facets
library · maturity active
database database-driver http-server databases developer-tools backend apis go cross-platform mysql-compatible sql-engine query-engine wire-protocol in-memory-database storage-agnostic
1 source
- readme: https://github.com/dolthub/go-mysql-server · fetched 2026-08-28 · 761eb150ab1c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dolthub/go-mysql-server | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="dolthub/go-mysql-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem