Skip to content

Commit f019727

Browse files
crazycs520methane
andauthored
add TiDB support in README.md (#1333)
Signed-off-by: crazycs520 <[email protected]> Co-authored-by: Inada Naoki <[email protected]>
1 parent 743e263 commit f019727

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,16 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
4040
* Optional placeholder interpolation
4141

4242
## 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.
4553

4654
---------------------------------------
4755

0 commit comments

Comments
 (0)