You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/dev-guide-overview.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ In addition to these guides, PingCAP works with the community to [support the th
145
145
146
146
## Use MySQL client software
147
147
148
-
As TiDB is a MySQL-compatible database, you can use many client software tools to connect to TiDB Cloud and manage the databases just like you did before. Or, use our <ahref="/tidbcloud/get-started-with-cli">command line tool</a> to connect and manage your databases.
148
+
As TiDB is a MySQL-compatible database, you can use many client software tools to connect to TiDB Cloud and manage the databases just like you did before. Or, use our [command line tool](https://docs.pingcap.com/tidbcloud/get-started-with-cli) to connect and manage your databases.
@@ -174,8 +174,8 @@ Connect and manage TiDB Cloud databases with DataGrip by JetBrains.
174
174
175
175
Learn other topics about developing with TiDB Cloud.
176
176
177
-
- Use <ahref="/tidbcloud/get-started-with-cli">TiDB Cloud CLI</a> to develop, manage and deploy your applications.
178
-
- Explore popular <ahref="/tidbcloud/integrate-tidbcloud-with-airbyte">services integrations</a> with TiDB Cloud.
177
+
- Use [TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/get-started-with-cli) to develop, manage and deploy your applications.
178
+
- Explore popular [services integrations](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-airbyte) with TiDB Cloud.
179
179
- Use [TiDB database development reference](/develop/dev-guide-schema-design-overview.md) to design, interact, optimize and troubleshoot with your data and schema.
180
180
- Follow the free online course [Introduction to TiDB](https://eng.edu.pingcap.com/catalog/info/id:203/?utm_source=docs-dev-guide).
| Go |[go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)| v1.6.0 | Full | N/A |[Connect to TiDB with Go-MySQL-Driver](/develop/dev-guide-sample-application-golang-sql-driver.md)|
32
+
| Java |[MySQL Connector/J](https://dev.mysql.com/downloads/connector/j/)| 8.0 | Full |[pingcap/mysql-connector-j](/develop/dev-guide-choose-driver-or-orm.md#java-drivers) <br/> [pingcap/tidb-loadbalance](/develop/dev-guide-choose-driver-or-orm.md#java-client-load-balancing)|[Connect to TiDB with JDBC](/develop/dev-guide-sample-application-java-jdbc.md)|
| Go |[gorm](https://github.com/go-gorm/gorm)| v1.23.5 | Full | N/A |[Connect to TiDB with GORM](/develop/dev-guide-sample-application-golang-gorm.md)|
39
+
| Go |[beego](https://github.com/beego/beego)| v2.0.3 | Full | N/A | N/A |
40
+
| Go |[upper/db](https://github.com/upper/db)| v4.5.2 | Full | N/A | N/A |
41
+
| Go |[xorm](https://gitea.com/xorm/xorm)| v1.3.1 | Full | N/A | N/A |
42
+
| Java |[Hibernate](https://hibernate.org/orm/)| 6.1.0.Final | Full | N/A |[Connect to TiDB with Hibernate](/develop/dev-guide-sample-application-java-hibernate.md)|
43
+
| Java |[MyBatis](https://mybatis.org/mybatis-3/)| v3.5.10 | Full | N/A |[Connect to TiDB with MyBatis](/develop/dev-guide-sample-application-java-mybatis.md)|
44
+
| Java |[Spring Data JPA](https://spring.io/projects/spring-data-jpa/)| 2.7.2 | Full | N/A |[Connect to TiDB with Spring Boot](/develop/dev-guide-sample-application-java-spring-boot.md)|
| Ruby |[Active Record](https://guides.rubyonrails.org/active_record_basics.html)| v7.0 | Full | N/A |[Connect to TiDB with Rails Framework and ActiveRecord ORM](/develop/dev-guide-sample-application-ruby-rails.md)|
47
+
| JavaScript / TypeScript |[Sequelize](https://sequelize.org/)| v6.20.1 | Full | N/A |[Connect to TiDB with Sequelize](/develop/dev-guide-sample-application-nodejs-sequelize.md)|
48
+
| JavaScript / Typescript |[Prisma](https://www.prisma.io/)| 4.16.2 | Full | N/A |[Connect to TiDB with Prisma](/develop/dev-guide-sample-application-nodejs-prisma.md)|
49
+
| JavaScript / Typescript |[TypeORM](https://typeorm.io/)| v0.3.17 | Full | N/A |[Connect to TiDB with TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)|
50
+
| Python |[Django](https://www.djangoproject.com/)| v4.2 | Full |[django-tidb](https://github.com/pingcap/django-tidb)|[Connect to TiDB with Django](/develop/dev-guide-sample-application-python-django.md)|
51
+
| Python |[SQLAlchemy](https://www.sqlalchemy.org/)| v1.4.37 | Full | N/A |[Connect to TiDB with SQLAlchemy](/develop/dev-guide-sample-application-python-sqlalchemy.md)|
Copy file name to clipboardExpand all lines: tidb-cloud/release-notes-2023.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c
132
132
133
133
- Introduce a TiDB Cloud Billing API endpoint to retrieve the bill for the given month of a specific organization.
134
134
135
-
This Billing API endpoint is released in TiDB Cloud API v1beta1, which is the latest API version of TiDB Cloud. For more information, refer to the [API documentation (v1beta1)](https://docs.pingcap.com/tidbcloud/api/v1beta1#tag/Billing).
135
+
This Billing API endpoint is released in TiDB Cloud API v1beta1, which is the latest API version of TiDB Cloud. For more information, refer to the [API documentation (v1beta1)](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing).
| Python | TiDB Vector Client |`pip install tidb-vector[client]`|[Get Started with Vector Search Using Python](/vector-search/vector-search-get-started-using-python.md)|
0 commit comments