This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 479f08ce545 Fix : fix the deadlink (#28036)
479f08ce545 is described below
commit 479f08ce54586a95b4af32f3b72413574d510578
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Aug 11 11:07:03 2023 +0800
Fix : fix the deadlink (#28036)
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 0ac3f81bf81..cfdf4add359 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,6 @@ The concepts at the core of the project are `Connect`,
`Enhance` and `Pluggable`
- `Enhance:` Capture database access entry to provide additional features
transparently, such as: redirect (sharding, readwrite-splitting and shadow),
transform (data encrypt and mask), authentication (security, audit and
authority), governance (circuit breaker and access limitation and analyze, QoS
and observability).
- `Pluggable:` Leveraging the micro kernel and 3 layers pluggable mode,
features and database ecosystem can be embedded flexibly. Developers can
customize their ShardingSphere just like building with LEGO blocks.
-Virtually all databases are
[supported](https://shardingsphere.apache.org/document/current/en/dev-manual/data-source/)
including [MySQL](https://www.mysql.com),
[PostgreSQL](https://www.postgresql.org), [SQL
Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads),
[Oracle Database](https://www.oracle.com/database/),
[MariaDB](https://mariadb.org) or any other SQL-92 database.
-
ShardingSphere became an [Apache](https://apache.org/index.html#projects-list)
Top-Level Project on April 16, 2020.
So far, ShardingSphere has been used by over [10,000 projects on
GitHub](https://github.com/search?l=Maven+POM&q=shardingsphere+language%3A%22Maven+POM%22&type=Code).