From edf5c29d2fbb0bf2275f1c6527df9476cca45bb2 Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 11 Oct 2023 12:17:31 +0800 Subject: [PATCH] resolve conflicts Signed-off-by: Aolin --- develop/dev-guide-third-party-support.md | 163 +++++++++++++++++++++++ 1 file changed, 163 insertions(+) diff --git a/develop/dev-guide-third-party-support.md b/develop/dev-guide-third-party-support.md index b2ced89329b2c..57ed55f027297 100644 --- a/develop/dev-guide-third-party-support.md +++ b/develop/dev-guide-third-party-support.md @@ -26,6 +26,8 @@ If you encounter problems when connecting to TiDB using the tools listed in this ## Driver + + @@ -62,8 +64,52 @@ If you encounter problems when connecting to TiDB using the tools listed in this
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LanguageDriverLatest tested versionSupport levelTiDB adapterTutorial
GoGo-MySQL-Driverv1.6.0FullN/AConnect to TiDB with Go-MySQL-Driver
JavaJDBC8.0Full + + Connect to TiDB with JDBC
+ +
+ ## ORM + + @@ -175,6 +221,123 @@ If you encounter problems when connecting to TiDB using the tools listed in this
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LanguageORM frameworkLatest tested versionSupport levelTiDB adapterTutorial
Gogormv1.23.5FullN/AConnect to TiDB with GORM
beegov2.0.3FullN/AN/A
upper/dbv4.5.2FullN/AN/A
xormv1.3.1FullN/AN/A
JavaHibernate6.1.0.FinalFullN/AConnect to TiDB with Hibernate
MyBatisv3.5.10FullN/AConnect to TiDB with MyBatis
Spring Data JPA2.7.2FullN/AConnect to TiDB with Spring Boot
jOOQv3.16.7 (Open Source)FullN/AN/A
RubyActive Recordv7.0FullN/AN/A
JavaScript / TypeScriptsequelizev6.20.1FullN/AN/A
Prisma Client4.16.2FullN/AN/A
PythonDjangov4.1Fulldjango-tidbConnect to TiDB with Django
SQLAlchemyv1.4.37FullN/AConnect to TiDB with SQLAlchemy
+ +
+ ## GUI | GUI | Latest tested version | Support level | Tutorial |