GitHub - dolthub/go-mysql-server: A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
A MySQL compatible database engine written in pure Go
go-mysql-server is a data-source agnostic SQL engine and server
which runs queries on data sources you provide, using the MySQL
dialect and wire protocol. A simple in-memory database implementation
is included, and you can query any data source you want by
implementing your own backend.
Dolt, a SQL database with Git-style
versioning, is the main production database implementation of this
package. Check
out that project
for reference a implem...
Read more at github.com