TiDB v8.5 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 285 4.4.2 Choose Driver or ORM · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 345 4.4.3 Connect that support MySQL are also compatible with TiDB. 4.1.4 Read more • Quick Start • Choose Driver or ORM • Connect to TiDB • Database Schema Design • Write Data • Read Data • Transaction • Optimize • Example execute(); } } For more information, refer to Delete data. 4.3.1.1.4 Useful notes Using driver or ORM framework? The Java driver provides low-level access to the database, but it requires the developers0 码力 | 6730 页 | 111.36 MB | 9 月前3TiDB v8.4 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 280 4.4.2 Choose Driver or ORM · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 340 4.4.3 Connect that support MySQL are also compatible with TiDB. 4.1.4 Read more • Quick Start • Choose Driver or ORM • Connect to TiDB • Database Schema Design • Write Data • Read Data • Transaction • Optimize • Example execute(); } } For more information, refer to Delete data. 4.3.1.1.4 Useful notes Using driver or ORM framework? The Java driver provides low-level access to the database, but it requires the developers0 码力 | 6705 页 | 110.86 MB | 9 月前3TiDB v8.2 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 255 4.4.2 Choose Driver or ORM · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 315 4.4.3 Connect that support MySQL are also compatible with TiDB. 4.1.4 Read more • Quick Start • Choose Driver or ORM • Connect to TiDB • Database Schema Design • Write Data • Read Data • Transaction • Optimize • Example execute(); } } For more information, refer to Delete data. 4.3.1.1.4 Useful notes Using driver or ORM framework? The Java driver provides low-level access to the database, but it requires the developers0 码力 | 6549 页 | 108.77 MB | 9 月前3TiDB v8.3 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 258 4.4.2 Choose Driver or ORM · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 318 4.4.3 Connect that support MySQL are also compatible with TiDB. 4.1.4 Read more • Quick Start • Choose Driver or ORM • Connect to TiDB • Database Schema Design • Write Data • Read Data • Transaction • Optimize • Example execute(); } } For more information, refer to Delete data. 4.3.1.1.4 Useful notes Using driver or ORM framework? The Java driver provides low-level access to the database, but it requires the developers0 码力 | 6606 页 | 109.48 MB | 9 月前3TiDB v8.1 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 255 4.4.2 Choose Driver or ORM · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 315 4.4.3 Connect that support MySQL are also compatible with TiDB. 4.1.4 Read more • Quick Start • Choose Driver or ORM • Connect to TiDB • Database Schema Design • Write Data • Read Data • Transaction • Optimize • Example execute(); } } For more information, refer to Delete data. 4.3.1.1.4 Useful notes Using driver or ORM framework? The Java driver provides low-level access to the database, but it requires the developers0 码力 | 6479 页 | 108.61 MB | 9 月前3TiDB v8.4 中文手册
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 217 4.4.2 选择驱动或 ORM 框架 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 的客户端库。同时,也有越 来越多的三方数据库主动支持 TiDB 的差异特性。 因为 TiDB 兼容 MySQL 协议,且兼容 MySQL 语法,因此大多数支持 MySQL 的 ORM 也兼容 TiDB。 4.1.4 扩展阅读 • 快速开始 • 选择驱动或 ORM 框架 • 连接到 TiDB • 数据库模式设计 • 数据写入 • 数据读取 • 事务 • 优化 SQL 性能 • 示例程序 4.2 快速开始 注意事项 使用驱动程序还是 ORM 框架? Java 驱动程序提供对数据库的底层访问,但要求开发者: • 手动建立和释放数据库连接 • 手动管理数据库事务 • 手动将数据行映射为数据对象 建议仅在需要编写复杂的 SQL 语句时使用驱动程序。其他情况下,建议使用 ORM 框架进行开发,例如Hibernate、 MyBatis 或Spring Data JPA。ORM 可以帮助你: • 减少管理连接和事务的模板代码0 码力 | 5072 页 | 104.05 MB | 9 月前3TiDB v8.5 中文手册
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 221 4.4.2 选择驱动或 ORM 框架 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 来越多的三方数据库主动支持 TiDB 的差异特性。 因为 TiDB 兼容 MySQL 协议,且兼容 MySQL 语法,因此大多数支持 MySQL 的 ORM 也兼容 TiDB。 103 4.1.4 扩展阅读 • 快速开始 • 选择驱动或 ORM 框架 • 连接到 TiDB • 数据库模式设计 • 数据写入 • 数据读取 • 事务 • 优化 SQL 性能 • 示例程序 4.2 快速开始 注意事项 使用驱动程序还是 ORM 框架? Java 驱动程序提供对数据库的底层访问,但要求开发者: • 手动建立和释放数据库连接 • 手动管理数据库事务 • 手动将数据行映射为数据对象 建议仅在需要编写复杂的 SQL 语句时使用驱动程序。其他情况下,建议使用 ORM 框架进行开发,例如Hibernate、 MyBatis 或Spring Data JPA。ORM 可以帮助你: • 减少管理连接和事务的模板代码0 码力 | 5095 页 | 104.54 MB | 9 月前3TiDB v8.2 中文手册
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 201 4.4.2 选择驱动或 ORM 框架 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 的客户端库。同时,也有越 来越多的三方数据库主动支持 TiDB 的差异特性。 因为 TiDB 兼容 MySQL 协议,且兼容 MySQL 语法,因此大多数支持 MySQL 的 ORM 也兼容 TiDB。 4.1.4 扩展阅读 • 快速开始 • 选择驱动或 ORM 框架 • 连接到 TiDB • 数据库模式设计 • 数据写入 • 数据读取 • 事务 • 优化 SQL 性能 • 示例程序 4.2 快速开始 注意事项 使用驱动程序还是 ORM 框架? Java 驱动程序提供对数据库的底层访问,但要求开发者: • 手动建立和释放数据库连接 • 手动管理数据库事务 • 手动将数据行映射为数据对象 建议仅在需要编写复杂的 SQL 语句时使用驱动程序。其他情况下,建议使用 ORM 框架进行开发,例如Hibernate、 MyBatis 或Spring Data JPA。ORM 可以帮助你: • 减少管理连接和事务的模板代码0 码力 | 4987 页 | 102.91 MB | 9 月前3Conda 23.10.x Documentation
projects. E.g., multiple projects might supply RDBMS bindings for use by a given ORM: each project might declare that it provides ORM-bindings, allowing other projects to depend only on having at most one of Models are used to pass data between layers of the stack. In many ways they are similar to ORM objects. Unlike ORM objects, they are NOT themselves allowed to load data from a remote resource. Thought of0 码力 | 773 页 | 5.05 MB | 7 月前3Conda 23.7.x Documentation
projects. E.g., multiple projects might supply RDBMS bindings for use by a given ORM: each project might declare that it provides ORM-bindings, allowing other projects to depend only on having at most one of Models are used to pass data between layers of the stack. In many ways they are similar to ORM objects. Unlike ORM objects, they are NOT themselves allowed to load data from a remote resource. Thought of0 码力 | 795 页 | 4.91 MB | 7 月前3
共 22 条
- 1
- 2
- 3