This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new d82ca9a3b docs: Polish VISION to make it more clear (#3135)
d82ca9a3b is described below

commit d82ca9a3b4e8c15c3f515e8d9b7a9d99984212e9
Author: Xuanwo <[email protected]>
AuthorDate: Tue Sep 19 15:44:49 2023 +0800

    docs: Polish VISION to make it more clear (#3135)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 website/docs/vision.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/vision.md b/website/docs/vision.md
index 28666bb3b..ad5191e6e 100644
--- a/website/docs/vision.md
+++ b/website/docs/vision.md
@@ -22,7 +22,7 @@ We
 
 We don't
 - Add support for [Google Cloud 
Storage(GCS)](https://cloud.google.com/storage) via [XML 
API](https://cloud.google.com/storage/docs/xml-api/overview): 
[GCS](https://cloud.google.com/storage) has native [JSON 
API](https://cloud.google.com/storage/docs/json_api) which more powerful
-- Add support for `MySQL/PostgreSQL`: Relational DBMS provides data types such 
as BLOB, but they are often not used as a storage service.
+- Add support for structural data in `MySQL/PostgreSQL`: We can treat a 
database as a simple key value store, but we can't support unified access of 
structural data.
 
 ## 2. Free from implementations
 

Reply via email to