File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,16 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
40
40
* Optional placeholder interpolation
41
41
42
42
## Requirements
43
- * Go 1.18 or higher. We aim to support the 3 latest versions of Go.
44
- * MySQL (5.6+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
43
+
44
+ * Go 1.19 or higher. We aim to support the 3 latest versions of Go.
45
+ * MySQL (5.7+) and MariaDB (10.3+) are supported.
46
+ * [ TiDB] ( https://github.com/pingcap/tidb ) is supported by PingCAP.
47
+ * Do not ask questions about TiDB in our issue tracker or forum.
48
+ * [ Document] ( https://docs.pingcap.com/tidb/v6.1/dev-guide-sample-application-golang )
49
+ * [ Forum] ( https://ask.pingcap.com/ )
50
+ * go-mysql would work with Percona Server, Google CloudSQL or Sphinx (2.2.3+).
51
+ * Maintainers won't support them. Do not expect issues are investigated and resolved by maintainers.
52
+ * Investigate issues yourself and please send a pull request to fix it.
45
53
46
54
---------------------------------------
47
55
You can’t perform that action at this time.
0 commit comments