From 1df17e301f9e8dcc772d0e17a8d70b0d610638c6 Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Thu, 31 Oct 2019 10:17:49 +0800 Subject: [PATCH] update readme (#3415) --- README.md | 6 +++--- README_ZH.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bea0287261..9908d523e7 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ Sharding-JDBC defines itself as a lightweight Java framework that provides extra With the client end connecting directly to the database, it provides service in the form of jar and requires no extra deployment and dependence. It can be considered as an enhanced JDBC driver, which is fully compatible with JDBC and all kinds of ORM frameworks. -* Applicable in any ORM framework based on Java, such as JPA, Hibernate, Mybatis, Spring JDBC Template or direct use of JDBC. -* Based on any third-party database connection pool, such as DBCP, C3P0, BoneCP, Druid, HikariCP. -* Support any kind of database that conforms to JDBC standard: MySQL, Oracle, SQLServer and PostgreSQL for now. +* Applicable in any ORM framework based on JDBC, such as JPA, Hibernate, Mybatis, Spring JDBC Template or direct use of JDBC. +* Support any third-party database connection pool, such as DBCP, C3P0, BoneCP, Druid, HikariCP. +* Support any kind of JDBC standard database: MySQL, Oracle, SQLServer, PostgreSQL and any SQL92 followed databases. ![Sharding-JDBC Architecture](https://shardingsphere.apache.org//document/current/img/sharding-jdbc-brief.png) diff --git a/README_ZH.md b/README_ZH.md index f1e6ac7057..2302835012 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -42,9 +42,9 @@ __Apache官方发布从4.0.0版本开始。__ 定位为轻量级Java框架,在Java的JDBC层提供的额外服务。 它使用客户端直连数据库,以jar包形式提供服务,无需额外部署和依赖,可理解为增强版的JDBC驱动,完全兼容JDBC和各种ORM框架。 -* 适用于任何基于Java的ORM框架,如:JPA, Hibernate, Mybatis, Spring JDBC Template或直接使用JDBC。 -* 基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid, HikariCP等。 -* 支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。 +* 适用于任何基于JDBC的ORM框架,如:JPA, Hibernate, Mybatis, Spring JDBC Template或直接使用JDBC。 +* 支持任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid, HikariCP等。 +* 支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer,PostgreSQL以及任何遵循SQL92标准的数据库。 ![Sharding-JDBC Architecture](https://shardingsphere.apache.org//document/current/img/sharding-jdbc-brief.png) -- GitLab