forked from apache/shardingsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
235 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* 曹昊 [当当](http://www.dangdang.com/) [email protected] | ||
* 岳令 [当当](http://www.dangdang.com/) [email protected] | ||
|
||
**讨论QQ群:**xxx(不限于Sharding-JDBC,包括分布式,数据库相关以及其他互联网技术交流) | ||
**讨论QQ群:**532576663(不限于Sharding-JDBC,包括分布式,数据库相关以及其他互联网技术交流) | ||
|
||
# 简介 | ||
`Sharding-JDBC`是当当应用框架`ddframe`中,关系型数据库模块`dd-rdb`中分离出来的数据库水平扩展框架,即透明化数据库分库分表访问。 | ||
|
@@ -29,13 +29,13 @@ | |
|
||
| 功能 | Cobar | Cobar-client | TDDL | Sharding-JDBC | | ||
| ------------- |:-------------:| --------------:| -----------:|----------------:| | ||
| 分库 | 有 | 有 | 未开源 | 有 | | ||
| 分表 | 无 | 无 | 未开源 | 有 | | ||
| 中间层 | 是 | 否 | 否 | 否 | | ||
| ORM支持 | 任意 | 仅MyBatis | 任意 | 任意 | | ||
| 数据库支持 | 仅MySQL | 任意 | 任意 | 任意 | | ||
| 异构语言 | 可 | 仅Java | 仅Java | 仅Java | | ||
| 外部依赖 | 无 | 无 | Diamond | 无 | | ||
| 分库 | 有 | 有 | 未开源 | 有 | | ||
| 分表 | 无 | 无 | 未开源 | 有 | | ||
| 中间层 | 是 | 否 | 否 | 否 | | ||
| ORM支持 | 任意 | 仅MyBatis | 任意 | 任意 | | ||
| 数据库支持 | 仅MySQL | 任意 | 任意 | 任意 | | ||
| 异构语言 | 可 | 仅Java | 仅Java | 仅Java | | ||
| 外部依赖 | 无 | 无 | Diamond | 无 | | ||
|
||
*** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.