From 3a0818c55b4ac355fd3082730a002ce61a0434a0 Mon Sep 17 00:00:00 2001 From: Cheese Date: Tue, 10 Oct 2023 14:24:24 +0800 Subject: [PATCH] This is an automated cherry-pick of #13776 Signed-off-by: ti-chi-bot --- develop/dev-guide-third-party-support.md | 129 ++++++----------------- 1 file changed, 33 insertions(+), 96 deletions(-) diff --git a/develop/dev-guide-third-party-support.md b/develop/dev-guide-third-party-support.md index c48d384b37919..e8ef24a62e2aa 100644 --- a/develop/dev-guide-third-party-support.md +++ b/develop/dev-guide-third-party-support.md @@ -40,37 +40,17 @@ If you encounter problems when connecting to TiDB using the tools listed in this - - C - libmysqlclient - 8.0 - Compatible - N/A - N/A - - - C#(.Net) - MySQL Connector/NET - 8.0 - Compatible - N/A - N/A - - - ODBC - MySQL Connector/ODBC - 8.0 - Compatible - N/A - N/A - Go Go-MySQL-Driver v1.6.0 Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and Go-MySQL-Driver +======= + Connect to TiDB with Go-MySQL-Driver +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) Java @@ -83,6 +63,7 @@ If you encounter problems when connecting to TiDB using the tools listed in this
  • pingcap/tidb-loadbalance
  • +<<<<<<< HEAD Build a Simple CRUD App with TiDB and JDBC @@ -122,6 +103,9 @@ If you encounter problems when connecting to TiDB using the tools listed in this Compatible N/A Build a Simple CRUD App with TiDB and PyMySQL +======= + Connect to TiDB with JDBC +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) @@ -247,12 +231,16 @@ If you encounter problems when connecting to TiDB using the tools listed in this - Go + Go gorm v1.23.5 Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and GORM +======= + Connect to TiDB with GORM +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) beego @@ -275,34 +263,39 @@ If you encounter problems when connecting to TiDB using the tools listed in this N/A N/A - - ent - v0.11.0 - Compatible - N/A - N/A - Java Hibernate 6.1.0.Final Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and Hibernate +======= + Connect to TiDB with Hibernate +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) MyBatis v3.5.10 Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and MyBatis +======= + Connect to TiDB with MyBatis +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) Spring Data JPA 2.7.2 Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and Spring Boot +======= + Connect to TiDB with Spring Boot +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) jOOQ @@ -320,20 +313,13 @@ If you encounter problems when connecting to TiDB using the tools listed in this N/A - JavaScript / TypeScript + JavaScript / TypeScript sequelize v6.20.1 Full N/A N/A - - Knex.js - v1.0.7 - Compatible - N/A - N/A - Prisma Client 4.16.2 @@ -342,27 +328,12 @@ If you encounter problems when connecting to TiDB using the tools listed in this N/A - TypeORM - v0.3.6 - Compatible - N/A - N/A - - - PHP - laravel - v9.1.10 - Compatible - laravel-tidb - N/A - - - Python + Python Django v4.1 Full django-tidb - N/A + Connect to TiDB with Django peewee @@ -403,6 +374,7 @@ If you encounter problems when connecting to TiDB using the tools listed in this v1.23.5 Full N/A +<<<<<<< HEAD Build a Simple CRUD App with TiDB and GORM @@ -528,6 +500,9 @@ If you encounter problems when connecting to TiDB using the tools listed in this Compatible N/A Build a Simple CRUD App with TiDB and SQLAlchemy +======= + Connect to TiDB with SQLAlchemy +>>>>>>> 75d04aeb6f (feat: hide the non-full support level drivers/ORMs (#13776)) @@ -538,42 +513,4 @@ If you encounter problems when connecting to TiDB using the tools listed in this | GUI | Latest tested version | Support level | Tutorial | | - | - | - | - | -| [DBeaver](https://dbeaver.io/) | 22.1.0 | Compatible | N/A | -| [Navicat for MySQL](https://www.navicat.com/) | 16.0.14 | Compatible | N/A | -| [MySQL Workbench](https://www.mysql.com/products/workbench/) | 8.0 | Compatible | N/A | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    IDEPluginSupport levelTutorial
    DataGripN/ACompatibleN/A
    IntelliJ IDEAN/ACompatibleN/A
    Visual Studio CodeTiDECompatibleN/A
    MySQLCompatibleN/A
    +| [DBeaver](https://dbeaver.io/) | 23.0.1 | Full | N/A |