11# go-mysql
22
3- A pure go library to handle MySQL network protocol and replication as used by MySQL and MariaDB.
3+ A pure Go library to handle MySQL network protocol and replication as used by MySQL and MariaDB.
44
55![ semver] ( https://img.shields.io/github/v/tag/go-mysql-org/go-mysql )
66![ example workflow] ( https://github.com/go-mysql-org/go-mysql/actions/workflows/ci.yml/badge.svg )
@@ -9,13 +9,20 @@ A pure go library to handle MySQL network protocol and replication as used by My
99
1010## Platform Support
1111
12- This project has been tested or deployed on the following operating systems and architectures:
12+ As a pure Go library, this project follows [ Go's minimum requirements ] ( https://go.dev/wiki/MinimumRequirements ) .
1313
14- | Operating System | Architecture | Supported | CI | Notes |
15- | ------------------| --------------| -----------| ----| ------------------------------------------------------------------------------------------------------------------------|
16- | Linux | amd64 | ✅ | ✅ | Check GitHub Actions of this project |
17- | Linux | s390x | ✅ | ✅ | A daily CI runs on s390x VM, supported by [ IBM Z and LinuxOne Community] ( https://www.ibm.com/community/z/open-source/ ) |
18- | Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user |
14+ This library has been tested or deployed on the following operating systems and architectures:
15+
16+ | Operating System | Architecture | Runtime Supported | CI | Notes |
17+ | ------------------| --------------| -------------------| ----| --------------------------------------------------------------------------------------------------------------------------------|
18+ | Linux | amd64 | ✅ | ✅ | Check GitHub Actions of this project |
19+ | Linux | s390x | ✅ | ✅ | A daily CI runs on an s390x VM, supported by the [ IBM Z and LinuxONE Community] ( https://www.ibm.com/community/z/open-source/ ) . |
20+ | Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user. |
21+ | FreeBSD | amd64 | ✅ | ❌ | Sporadically tested by developers. |
22+
23+ Other platforms supported by Go may also work, but they have not been verified. Feel free to report your test results.
24+
25+ This library is not compatible with [ TinyGo] ( https://tinygo.org/ ) .
1926
2027## Changelog
2128This repo uses [ Changelog] ( CHANGELOG.md ) .
0 commit comments