提交 e62f7970 编写于 作者: T terrymanu

remove c3p0

上级 1c074d4c
......@@ -56,7 +56,7 @@ Sharding-JDBC: A data sharding, read-write splitting, BASE transaction and datab
Use JDBC connect databases without redirect cost for java application, best performance for production.
* ORM compatible. JPA, Hibernate, Mybatis, Spring JDBC Template or JDBC supported.
* Connection-pool compatible. DBCP, C3P0, BoneCP, Druid supported.
* Connection-pool compatible. DBCP, BoneCP, Druid supported.
* Multi SQL-based databases compatible. Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now.
![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/driver_brief_en.png)
......
......@@ -58,7 +58,7 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J
通过客户端分片的方式由应用程序直连数据库,减少二次转发成本,性能最高,适合线上程序使用。
* 可适用于任何基于Java的ORM框架,如:JPA, Hibernate, Mybatis, Spring JDBC Template或直接使用JDBC。
* 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。
* 可基于任何第三方的数据库连接池,如:DBCP, BoneCP, Druid等。
* 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。
![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/driver_brief_cn.png)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册