Loading README.md +5 −1 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ Use JDBC connect databases without redirect cost for java application, best perf * Connection-pool self-adapting. DBCP, C3P0, BoneCP, Druid supported. * Connection-pool self-adapting. DBCP, C3P0, BoneCP, Druid supported. * Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now. * Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now.   ## Sharding-JDBC-Server ## Sharding-JDBC-Server Loading @@ -68,10 +68,14 @@ Use proxy to connect databases(only MySQL protocol for now), for other programin * Use standard MySQL protocol, application do not care about whether proxy or real MySQL. * Use standard MySQL protocol, application do not care about whether proxy or real MySQL. * Any MySQL command line and UI workbench supported. * Any MySQL command line and UI workbench supported.  ## Sharding-JDBC-Sidecar(TBD) ## Sharding-JDBC-Sidecar(TBD) Use sidecar to connect databases, best for Kubernetes or Mesos together. Use sidecar to connect databases, best for Kubernetes or Mesos together.  # Quick Start # Quick Start ## Add maven dependency ## Add maven dependency Loading README_ZH.md +5 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J * 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。 * 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。 * 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。 * 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。   ## Sharding-JDBC-Server ## Sharding-JDBC-Server Loading @@ -71,10 +71,14 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J * 向应用程序完全透明,可直接当做MySQL使用。 * 向应用程序完全透明,可直接当做MySQL使用。 * 可适用于任何兼容MySQL协议的的客户端。 * 可适用于任何兼容MySQL协议的的客户端。  ## Sharding-JDBC-Sidecar(TBD) ## Sharding-JDBC-Sidecar(TBD) 通过sidecar分片的方式,由IPC代替RPC,自动代理SQL分片,适合与Kubernetes或Mesos配合使用。 通过sidecar分片的方式,由IPC代替RPC,自动代理SQL分片,适合与Kubernetes或Mesos配合使用。  # 快速入门 # 快速入门 ## 引入maven依赖 ## 引入maven依赖 Loading Loading
README.md +5 −1 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ Use JDBC connect databases without redirect cost for java application, best perf * Connection-pool self-adapting. DBCP, C3P0, BoneCP, Druid supported. * Connection-pool self-adapting. DBCP, C3P0, BoneCP, Druid supported. * Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now. * Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now.   ## Sharding-JDBC-Server ## Sharding-JDBC-Server Loading @@ -68,10 +68,14 @@ Use proxy to connect databases(only MySQL protocol for now), for other programin * Use standard MySQL protocol, application do not care about whether proxy or real MySQL. * Use standard MySQL protocol, application do not care about whether proxy or real MySQL. * Any MySQL command line and UI workbench supported. * Any MySQL command line and UI workbench supported.  ## Sharding-JDBC-Sidecar(TBD) ## Sharding-JDBC-Sidecar(TBD) Use sidecar to connect databases, best for Kubernetes or Mesos together. Use sidecar to connect databases, best for Kubernetes or Mesos together.  # Quick Start # Quick Start ## Add maven dependency ## Add maven dependency Loading
README_ZH.md +5 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J * 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。 * 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。 * 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。 * 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。   ## Sharding-JDBC-Server ## Sharding-JDBC-Server Loading @@ -71,10 +71,14 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J * 向应用程序完全透明,可直接当做MySQL使用。 * 向应用程序完全透明,可直接当做MySQL使用。 * 可适用于任何兼容MySQL协议的的客户端。 * 可适用于任何兼容MySQL协议的的客户端。  ## Sharding-JDBC-Sidecar(TBD) ## Sharding-JDBC-Sidecar(TBD) 通过sidecar分片的方式,由IPC代替RPC,自动代理SQL分片,适合与Kubernetes或Mesos配合使用。 通过sidecar分片的方式,由IPC代替RPC,自动代理SQL分片,适合与Kubernetes或Mesos配合使用。  # 快速入门 # 快速入门 ## 引入maven依赖 ## 引入maven依赖 Loading