diff --git a/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md b/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md similarity index 55% rename from product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md rename to product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md index e0a34b96cc0a4a6ca494c91def2d0c657772b785..3e511fd883e40b6d584056f0f7944ee05ae235a4 100644 --- a/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md +++ b/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md @@ -1,19 +1,17 @@ --- -title: Use GUI to Access MogDB -summary: Use GUI to Access MogDB +title: Use Data Studio to Access MogDB +summary: Use Data Studio to Access MogDB author: Guo Huan date: 2021-08-31 --- -# Use GUI to Access MogDB +# Use Data Studio to Access MogDB -This document introduces how to access MogDB through the commonly used GUI. +This document introduces how to access MogDB through Data Studio.
-## Data Studio - -### 1. Introduction +## Introduction **Data Studio** is an Integrated Development Environment (IDE) that helps database developers build the application conveniently. It supports essential features of the database. This tool allows working with database objects with minimal programming knowledge. Data Studio provides you with various features, such as @@ -41,7 +39,7 @@ It also provides SQL assistance for various queries/procedures/functions execute
-### 2. System Requirements +## System Requirements This section provides the minimum system requirements for using Data Studio. @@ -71,11 +69,11 @@ Java 1.8.0_181 or later
-### 3. Download and Installation +## Download and Installation The download address of Data Studio is as follows: -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-14.png) +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/datastudio-2.png) After downloading, unzip the installation package and double-click **Data Studio.exe** to run the software. @@ -83,7 +81,7 @@ After downloading, unzip the installation package and double-click **Data Studio
-### 4. Connection String Configuration +## Connection String Configuration When the software is opened for the first time, the **New Database Connection** window will pop up, as shown in the figure below. @@ -99,7 +97,7 @@ Fill in the information on the **General** tab, and click **OK** to establish a
-### 5. Interface Display +## Interface Display After a successful connection, the software interface is shown below, with examples of syntax and operation lists on the right. @@ -107,64 +105,8 @@ After a successful connection, the software interface is shown below, with examp
-### 6. Follow-Up Procedure +## Follow-Up Procedure If you want to learn more about the usage instructions of Data Studio, please choose **Help > User Manual**, or visit the following page to browse the official documents online: [Data Studio User Manual](https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.0.0/Data%20Studio%20User%20Manual.pdf). ![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-19.png) - -
- -## DBeaver - -### 1. Introduction - -**Dbeaver** is a cross-platform database developer tool, including SQL programming, database management and analysis. It supports any database system that adapts to the JDBC driver. At the same time, the tool also supports some non-JDBC data sources, such as MongoDB, Cassandra, Redis, DynamoDB, etc. - -* This tool provides many powerful features, such as metadata editor, SQL editor, rich text data editor, ERD, data import/export/migration, SQL execution plan, etc. -* The tool is developed based on the eclipse platform. -* Adapted databases include MySQL/MariaDB, PostgreSQL, Greenplum, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc. - -
- -### 2. Download and Installation - -Dbeaver is an open source software with the download address as follows: [https://dbeaver.io/download/](https://dbeaver.io/download/) - -Select and download the appropriate installation package according to your operating system, and double-click the package to install it after the download is complete. - -
- -### 3. Connection String Configuration - -When the software is opened for the first time, the **Connect to a database** window will pop up, as shown in the figure below. - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-20.png) - -You can also choose **Database > New Database Connection** to open this window. - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-21.png) - -Choose **Popular > PostgreSQL**, click **Next**, and download the PostgreSQL driver file on the pop-up page. - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-22.png) - -After the download is complete, the **Connect a database** window will pop up, fill in the database information in this window, and then click **Finish** to establish a database connection. - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-23.png) - -
- -### 4. Interface Display - -After a successful connection, the software interface is shown below. - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-24.png) - -
- -### 5. Follow-Up Procedure - -If you want to learn more about the usage instructions of DBeaver, please choose **Help > Help Contents**, or visit the following page to browse the official documents online: [https://dbeaver.com/docs/wiki/](https://dbeaver.com/docs/wiki/). - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-25.png) diff --git a/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md b/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md new file mode 100644 index 0000000000000000000000000000000000000000..e4a742000220f75fa4f76f4ebe109b2344d76b1d --- /dev/null +++ b/product/en/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md @@ -0,0 +1,64 @@ +--- +title: Use DBeaver to Access MogDB +summary: Use DBeaver to Access MogDB +author: Guo Huan +date: 2021-08-31 +--- + +# Use DBeaver to Access MogDB + +This document introduces how to access MogDB through DBeaver. + +
+ +## Introduction + +**Dbeaver** is a cross-platform database developer tool, including SQL programming, database management and analysis. It supports any database system that adapts to the JDBC driver. At the same time, the tool also supports some non-JDBC data sources, such as MongoDB, Cassandra, Redis, DynamoDB, etc. + +* This tool provides many powerful features, such as metadata editor, SQL editor, rich text data editor, ERD, data import/export/migration, SQL execution plan, etc. +* The tool is developed based on the eclipse platform. +* Adapted databases include MySQL/MariaDB, PostgreSQL, Greenplum, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc. + +
+ +## Download and Installation + +Dbeaver is an open source software with the download address as follows: [https://dbeaver.io/download/](https://dbeaver.io/download/) + +Select and download the appropriate installation package according to your operating system, and double-click the package to install it after the download is complete. + +
+ +## Connection String Configuration + +When the software is opened for the first time, the **Connect to a database** window will pop up, as shown in the figure below. + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-20.png) + +You can also choose **Database > New Database Connection** to open this window. + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-21.png) + +Choose **Popular > PostgreSQL**, click **Next**, and download the PostgreSQL driver file on the pop-up page. + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-22.png) + +After the download is complete, the **Connect a database** window will pop up, fill in the database information in this window, and then click **Finish** to establish a database connection. + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-23.png) + +
+ +## Interface Display + +After a successful connection, the software interface is shown below. + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-24.png) + +
+ +## Follow-Up Procedure + +If you want to learn more about the usage instructions of DBeaver, please choose **Help > Help Contents**, or visit the following page to browse the official documents online: [https://dbeaver.com/docs/wiki/](https://dbeaver.com/docs/wiki/). + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-25.png) diff --git a/product/en/docs-mogdb/v2.1/toc.md b/product/en/docs-mogdb/v2.1/toc.md index 8bc19100794331dba1d1a062451a201cebe21f59..9bcede67e3b87949a7aa02b9f74dc2d428121be9 100644 --- a/product/en/docs-mogdb/v2.1/toc.md +++ b/product/en/docs-mogdb/v2.1/toc.md @@ -30,7 +30,9 @@ + Use CLI to Access MogDB + [gsql](/quick-start/mogdb-access/use-cli-to-access-mogdb/gsql.md) + [pgcli](/quick-start/mogdb-access/use-cli-to-access-mogdb/pgcli.md) - + [Use GUI to Access MogDB](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md) + + Use GUI to Access MogDB + + [Data Studio](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md) + + [DBeaver](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md) + Use Middleware to Access MogDB + [Use WebLogic to Configure MogDB Data Sources](/quick-start/mogdb-access/use-middleware-to-access-mogdb/weblogic-configures-mogdb(postgresql)-data-source-reference.md) + [Use WebSphere to Configure MogDB Data Sources](/quick-start/mogdb-access/use-middleware-to-access-mogdb/websphere-configures-mogdb(postgresql)-data-source-reference.md) diff --git a/product/en/docs-mogdb/v2.1/toc_quickstart.md b/product/en/docs-mogdb/v2.1/toc_quickstart.md index 8dff85113b21d74d143831e7f33b8150c06ee600..f2a254aad18ea37c8e18b2c44f18240b1d35fd27 100644 --- a/product/en/docs-mogdb/v2.1/toc_quickstart.md +++ b/product/en/docs-mogdb/v2.1/toc_quickstart.md @@ -10,7 +10,9 @@ + Use CLI to Access MogDB + [gsql](/quick-start/mogdb-access/use-cli-to-access-mogdb/gsql.md) + [pgcli](/quick-start/mogdb-access/use-cli-to-access-mogdb/pgcli.md) - + [Use GUI to Access MogDB](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md) + + Use GUI to Access MogDB + + [Data Studio](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md) + + [DBeaver](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md) + Use Middleware to Access MogDB + [Use WebLogic to Configure MogDB Data Sources](/quick-start/mogdb-access/use-middleware-to-access-mogdb/weblogic-configures-mogdb(postgresql)-data-source-reference.md) + [Use WebSphere to Configure MogDB Data Sources](/quick-start/mogdb-access/use-middleware-to-access-mogdb/websphere-configures-mogdb(postgresql)-data-source-reference.md) diff --git a/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md b/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md similarity index 49% rename from product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md rename to product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md index 11b9bfbb843c3aa192aea32b0f718f05f7d39c4b..aa4c979aa638835ae2fd69d69e7dbd7dd895c0d3 100644 --- a/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md +++ b/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md @@ -1,19 +1,17 @@ --- -title: 使用图形工具访问MogDB -summary: 使用图形工具访问MogDB +title: 使用Data Studio访问MogDB +summary: 使用Data Studio访问MogDB author: Guo Huan -date: 2021-08-20 +date: 2022-03-15 --- -# 使用图形工具访问MogDB +# 使用Data Studio访问MogDB -本文档介绍如何通过常用的图形化工具访问MogDB数据库。 +本文档介绍如何通过图形化工具Data Studio访问MogDB数据库。
-## Data Studio - -### 1. 工具介绍 +## 工具介绍 Data Studio是一个集成开发环境(IDE),帮助数据库开发人员便捷地构建应用程序,以图形化界面形式提供数据库关键特性。数据库开发人员仅需掌握少量的编程知识,即可使用该工具进行数据库对象操作。 Data Studio提供丰富多样的特性,例如: @@ -41,7 +39,7 @@ Data Studio还提供SQL助手用于在SQL终端和PL/SQLViewer中执行各种查
-### 2. 系统要求 +## 系统要求 本节介绍使用Data Studio的最低系统要求。 @@ -71,11 +69,11 @@ Java 1.8.0_181或更高版本。
-### 3. 下载安装 +## 下载安装 Data Studio的下载地址如下: -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-1.png) +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/datastudio-1.png) 下载完成后解压安装包,双击**Data Studio.exe**即可运行软件。 @@ -83,23 +81,23 @@ Data Studio的下载地址如下:
-### 4. 配置连接串 +## 配置连接串 -首次打开软件会弹出**“新建/选择数据库连接”**窗口,如下图所示。 +首次打开软件会弹出“**新建/选择数据库连接**”窗口,如下图所示。 ![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-3.png) -您也可以点击**“文件 -> 新建连接”**打开此窗口。 +您也可以点击“**文件 -> 新建连接**”打开此窗口。 ![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-4.png) -填写右侧**“通用”**标签页中的各项信息,点击**“确定”**,即可建立数据库连接。 +填写右侧“**通用**”标签页中的各项信息,点击“**确定**”,即可建立数据库连接。 ![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-5.png)
-### 5. 界面展示 +## 界面展示 连接成功后的界面如下所示,右侧有语法和操作列表示例。 @@ -107,64 +105,8 @@ Data Studio的下载地址如下:
-### 6. 后续步骤 +## 后续步骤 -如需了解更多关于Data Studio的使用说明,请点击**“帮助 -> 用户手册”**,或访问以下页面在线浏览官方文档:[Data Studio用户手册](https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.0.0/Data%20Studio%20%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C.pdf)。 +如需了解更多关于Data Studio的使用说明,请点击“**帮助 -> 用户手册**”,或访问以下页面在线浏览官方文档:[Data Studio用户手册](https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.0.0/Data%20Studio%20%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C.pdf)。 ![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-7.png) - -
- -## DBeaver - -### 1. 工具介绍 - -Dbeaver是一个跨平台的数据库开发者工具,包括SQL编程、数据库管理和分析。它支持任意适配JDBC驱动的数据库系统。同时该工具也支持一些非JDBC的数据源,如MongoDB、Cassandra、Redis、DynamoDB等。 - -* 该工具提供了许多强大的特性,诸如元数据编辑器、SQL编辑器、富文本数据编辑器、ERD、数据导入/导出/迁移,SQL执行计划等; -* 该工具基于eclipse平台开发; -* 适配的数据库有MySQL/MariaDB、PostgreSQL、Greenplum、Oracle、DB2 LUW、Exasol、SQL Server、Sybase/SAP ASE、SQLite、Firebird、H2、HSQLDB、Derby、Teradata、Vertica、Netezza、Informix等。 - -
- -### 2. 下载安装 - -Dbeaver是一款开源软件,下载地址如下:[https://dbeaver.io/download/](https://dbeaver.io/download/) - -根据您的操作系统选择相应的安装包,下载完成后直接双击安装即可。 - -
- -### 3. 配置连接串 - -首次打开软件会弹出**“创建新连接”**窗口,如下图所示。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-8.png) - -您也可以点击**“数据库 -> 新建连接”**打开此窗口。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-9.png) - -选择**“Popular -> PostgreSQL”**类型,点击**“下一步”**,在弹出的页面中下载PostgreSQL驱动文件。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-10.png) - -下载完成后将弹出**“创建新连接”**窗口,在此窗口中填写数据库信息,然后点击**“完成”**即可建立数据库连接。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-11.png) - -
- -### 4. 界面展示 - -连接成功后的界面如下所示。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-12.png) - -
- -### 5. 后续步骤 - -如需了解更多关于DBeaver的使用说明,请点击**“帮助 -> 帮助内容”**,或点击以下页面在线浏览官方文档:[https://dbeaver.com/docs/wiki/](https://dbeaver.com/docs/wiki/)。 - -![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-13.png) diff --git a/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md b/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md new file mode 100644 index 0000000000000000000000000000000000000000..a3966b0daeb5093d1174d45b3341ca9c9fd0d535 --- /dev/null +++ b/product/zh/docs-mogdb/v2.1/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md @@ -0,0 +1,64 @@ +--- +title: 使用DBeaver访问MogDB +summary: 使用DBeaver访问MogDB +author: Guo Huan +date: 2022-03-15 +--- + +# 使用DBeaver访问MogDB + +本文档介绍如何通过常用的图形化工具DBeaver访问MogDB数据库。 + +
+ +## 工具介绍 + +Dbeaver是一个跨平台的数据库开发者工具,包括SQL编程、数据库管理和分析。它支持任意适配JDBC驱动的数据库系统。同时该工具也支持一些非JDBC的数据源,如MongoDB、Cassandra、Redis、DynamoDB等。 + +* 该工具提供了许多强大的特性,诸如元数据编辑器、SQL编辑器、富文本数据编辑器、ERD、数据导入/导出/迁移,SQL执行计划等; +* 该工具基于eclipse平台开发; +* 适配的数据库有MySQL/MariaDB、PostgreSQL、Greenplum、Oracle、DB2 LUW、Exasol、SQL Server、Sybase/SAP ASE、SQLite、Firebird、H2、HSQLDB、Derby、Teradata、Vertica、Netezza、Informix等。 + +
+ +## 下载安装 + +Dbeaver是一款开源软件,下载地址如下:[https://dbeaver.io/download/](https://dbeaver.io/download/) + +根据您的操作系统选择相应的安装包,下载完成后直接双击安装即可。 + +
+ +## 配置连接串 + +首次打开软件会弹出“**创建新连接**”窗口,如下图所示。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-8.png) + +您也可以点击“**数据库 -> 新建连接**”打开此窗口。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-9.png) + +选择“**Popular -> PostgreSQL**”类型,点击“**下一步**”,在弹出的页面中下载PostgreSQL驱动文件。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-10.png) + +下载完成后将弹出“**创建新连接**”窗口,在此窗口中填写数据库信息,然后点击“**完成**”即可建立数据库连接。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-11.png) + +
+ +## 界面展示 + +连接成功后的界面如下所示。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-12.png) + +
+ +## 后续步骤 + +如需了解更多关于DBeaver的使用说明,请点击“**帮助 -> 帮助内容**”,或点击以下页面在线浏览官方文档:[https://dbeaver.com/docs/wiki/](https://dbeaver.com/docs/wiki/)。 + +![img](https://cdn-mogdb.enmotech.com/docs-media/mogdb/quick-start/use-gui-tools-to-access-mogdb-13.png) diff --git a/product/zh/docs-mogdb/v2.1/toc.md b/product/zh/docs-mogdb/v2.1/toc.md index d4c4a179c0462d834842335ca42e154a7e6e3a90..8e4fed1d687a00fde054983426ee2aa053a9f26a 100644 --- a/product/zh/docs-mogdb/v2.1/toc.md +++ b/product/zh/docs-mogdb/v2.1/toc.md @@ -30,7 +30,9 @@ + 使用命令行访问MogDB + [gsql](/quick-start/mogdb-access/use-cli-to-access-mogdb/gsql.md) + [pgcli](/quick-start/mogdb-access/use-cli-to-access-mogdb/pgcli.md) - + [使用图形工具访问MogDB](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md) + + 使用图形工具访问MogDB + + [Data Studio](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md) + + [DBeaver](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md) + 使用中间件访问MogDB + [WebLogic配置MogDB数据源参考](/quick-start/mogdb-access/use-middleware-to-access-mogdb/weblogic-configures-mogdb(postgresql)-data-source-reference.md) + [WebSphere配置MogDB数据源参考](/quick-start/mogdb-access/use-middleware-to-access-mogdb/websphere-configures-mogdb(postgresql)-data-source-reference.md) diff --git a/product/zh/docs-mogdb/v2.1/toc_quickstart.md b/product/zh/docs-mogdb/v2.1/toc_quickstart.md index 00ff871fdfd7305d70687eabdffc26000d43c010..6cdbfc475580406fd47de78574636bad7bc1bf6f 100644 --- a/product/zh/docs-mogdb/v2.1/toc_quickstart.md +++ b/product/zh/docs-mogdb/v2.1/toc_quickstart.md @@ -10,7 +10,9 @@ + 使用命令行访问MogDB + [gsql](/quick-start/mogdb-access/use-cli-to-access-mogdb/gsql.md) + [pgcli](/quick-start/mogdb-access/use-cli-to-access-mogdb/pgcli.md) - + [使用图形工具访问MogDB](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb.md) + + 使用图形工具访问MogDB + + [Data Studio](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/datastudio.md) + + [DBeaver](/quick-start/mogdb-access/use-gui-tools-to-access-mogdb/dbeaver.md) + 使用中间件访问MogDB + [WebLogic配置MogDB数据源参考](/quick-start/mogdb-access/use-middleware-to-access-mogdb/weblogic-configures-mogdb(postgresql)-data-source-reference.md) + [WebSphere配置MogDB数据源参考](/quick-start/mogdb-access/use-middleware-to-access-mogdb/websphere-configures-mogdb(postgresql)-data-source-reference.md)