TiDB v6.1 Documentationrequired for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the defines a set of data manipulation methods to provide the ability to write data. This is also the core part of this example. package main import ( "database/sql" "fmt" "math/rand" "strings" "github for Java development. Spring Boot supports JDK for Java 8 and later versions. However, due to the Hibernate version, it is recommended that you use JDK for Java 11 and later versions. Both Oracle JDK and0 码力 | 4487 页 | 84.44 MB | 1 年前3
Apache ShardingSphere 5.0.0 Document3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4.2.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Overview . . 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 4.3.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Navigation . 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 4.4.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Primary Database0 码力 | 403 页 | 3.15 MB | 1 年前3
Apache ShardingSphere 5.1.1 Document3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 4.2.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Circuit Breaker 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.3.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Overview . . 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 4.4.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Navigation .0 码力 | 458 页 | 3.43 MB | 1 年前3
Apache ShardingSphere 5.1.2 Document3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4.2.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Circuit Breaker 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.3.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Overview . . 3 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 4.4.4 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Navigation .0 码力 | 503 页 | 3.66 MB | 1 年前3
TiDB v6.5 Documentationrequired for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the write complex SQL statements, it is recommended to use ORM framework for development, such as Hibernate, MyBatis, or Spring Data JPA. It can help you: • Reduce boilerplate code for managing connections 4.3.1.3 Connect to TiDB with Hibernate TiDB is a MySQL-compatible database, and Hibernate is a popular open-source Java ORM. Starting from version 6.0.0.Beta2, Hibernate supports TiDB dialect, which fits0 码力 | 5282 页 | 99.69 MB | 1 年前3
TiDB v6.1 中文手册JDK 请在你的计算机上下载并安装 Java Development Kit (JDK),这是 Java 开发的必备工具。Spring Boot 支持 Java 版本 8 以上的 JDK,由于 Hibernate 版本的缘故,推荐使用 Java 版本 11 以上的 JDK 。 示例应用程序同时支持 Oracle JDK 和 OpenJDK,请自行选择,本教程将使用版本 17 的 OpenJDK 。 请下载或克隆示例代码库 pingcap-inc/tidb-example-java,并进入到目录 spring-jpa-hibernate 中。 123 4.3.2.5 第 5 步:运行应用程序 接下来运行应用程序代码,将会生成一个 Web 应用程序。Hibernate 将在数据库 test 中创建一个表 player_jpa。 如果你向应用程序的 Restful API 发送请求,这些请求将会在 driver-class-name: com.mysql.cj.jdbc.Driver jpa: show-sql: true database-platform: org.hibernate.dialect.TiDBDialect hibernate: ddl-auto: create-drop 若你设定的密码为 123456,而且从 TiDB Serverless 集群面板中得到的连接信息为: • Endpoint:0 码力 | 3572 页 | 84.36 MB | 1 年前3
TiDB v7.6 Documentationrequired for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the write complex SQL statements, it is recommended to use ORM framework for development, such as Hibernate, MyBatis, or Spring Data JPA. It can help you: • Reduce boilerplate code for managing connections 4.3.1.3 Connect to TiDB with Hibernate TiDB is a MySQL-compatible database, and Hibernate is a popular open-source Java ORM. Starting from version 6.0.0.Beta2, Hibernate supports TiDB dialect, which fits0 码力 | 6123 页 | 107.24 MB | 1 年前3
TiDB v7.5 Documentationrequired for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the write complex SQL statements, it is recommended to use ORM framework for development, such as Hibernate, MyBatis, or Spring Data JPA. It can help you: • Reduce boilerplate code for managing connections 4.3.1.3 Connect to TiDB with Hibernate TiDB is a MySQL-compatible database, and Hibernate is a popular open-source Java ORM. Starting from version 6.0.0.Beta2, Hibernate supports TiDB dialect, which fits0 码力 | 6020 页 | 106.82 MB | 1 年前3
TiDB v7.1 Documentationrequired for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the write complex SQL statements, it is recommended to use ORM framework for development, such as Hibernate, MyBatis, or Spring Data JPA. It can help you: • Reduce boilerplate code for managing connections 4.3.1.3 Connect to TiDB with Hibernate TiDB is a MySQL-compatible database, and Hibernate is a popular open-source Java ORM. Starting from version 6.0.0.Beta2, Hibernate supports TiDB dialect, which fits0 码力 | 5716 页 | 104.74 MB | 1 年前3
TiDB v8.5 Documentationsearch method based on data semantics, which provides �→ more relevant search results. As one of the core functions of AI and �→ large language models (LLMs), vector search can be used in various �→ scenarios search method based on data semantics, which provides more relevant search results. As one of the core functions of AI and large language models (LLMs), vector search can be used in various scenarios such required for application development. • Understand the way applications interact with TiDB. • To learn core components and concepts of building up the distributed database TiDB and TiDB Cloud, refer to the0 码力 | 6730 页 | 111.36 MB | 10 月前3
共 220 条
- 1
- 2
- 3
- 4
- 5
- 6
- 22













