Skip to content

Commit abb21de

Browse files
committed
迁移图片
1 parent 561fd42 commit abb21de

18 files changed

+50
-50
lines changed

connection.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
In order to improve performance, the database information is cached. If your database structure changes externally, you need to click the refresh button to refresh the cache。
66

7-
![img](images/1638342622208.png)
7+
![img](https://doc.database-client.com/image/connection/1638342622208.png)
88

99
## Grouping and sorting
1010

1111
When creating a connection, you can specify a group for the connection.
1212

13-
![](image/connection/1653135860898.png)
13+
![](https://doc.database-client.com/image/connection/1653135860898.png)
1414

1515
After creation, the grouping or order of connections can be modified by dragging in the tree panel.
1616

17-
![](image/connection/1653136074794.png)
17+
![](https://doc.database-client.com/image/connection/1653136074794.png)
1818

1919
## Requirements
2020

@@ -37,4 +37,4 @@ MongoDB has less support and no longer actively maintained, only recommended for
3737

3838
You can search for objects by pressing ctrl+f, and click the button in the search box to switch from highlight mode to filter mode.
3939

40-
![filter](images/filter.gif)
40+
![filter](https://doc.database-client.com/image/minor/filter.gif)
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/1611910592756.png

-24.2 KB
Binary file not shown.

images/QueryTable.jpg

-48.8 KB
Binary file not shown.

images/history.jpg

-16.3 KB
Binary file not shown.
File renamed without changes.

result.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ By default queries are displayed in the same data view, there are two ways to op
77
1. Click the button next to the table New Tab button.
88
2. Click the lock on the left side of the toolbar in the results view.
99

10-
![img](image/result/1649314690515.png)
10+
![img](https://doc.database-client.com/image/result/1649314690515.png)
1111

1212
## Copy Row
1313

1414
Move the mouse to the row to be copied, right-click to open the menu, and select Open Copy Dialog
1515

16-
![](image/util/1648705778502.png)
16+
![](https://doc.database-client.com/image/util/1648705778502.png)
1717

1818
## Edit Multiple Line Data
1919

2020
When the column is multi-line data, such as long text or JSON, you can move the mouse to the column, and the multi-line editing popup can be opened by the floating magnifying glass button.
2121

22-
![](image/result/1649314347381.png)
22+
![](https://doc.database-client.com/image/result/1649314347381.png)
2323

24-
![](image/result/1649314368326.png)
24+
![](https://doc.database-client.com/image/result/1649314368326.png)
2525

2626
## Shortcut
2727

ssh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
This software additionally provides SSH support, which can be used as an SSH client.
44

5-
![](image/ssh/1652196715999.png)
5+
![](https://doc.database-client.com/image/ssh/1652196715999.png)
66

77
## Terminal
88

99
Open the interactive terminal by clicking the button next to the connection.
1010

11-
![img](image/ssh/1652196856309.png)
11+
![img](https://doc.database-client.com/image/ssh/1652196856309.png)
1212

1313
## SFTP
1414

1515
When you expand a node, it will become an sftp client. You can view content by clicking on the file node.
1616

17-
![img](image/ssh/1648921326091.png)
17+
![img](https://doc.database-client.com/image/ssh/1648921326091.png)
1818

1919
If you are an premium user, you will also get the following features:
2020

@@ -25,4 +25,4 @@ If you are an premium user, you will also get the following features:
2525

2626
Forward the destination port that ssh can connect to to the port of the machine.
2727

28-
![](image/ssh/1646808779136.png)
28+
![](https://doc.database-client.com/image/ssh/1646808779136.png)

start.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you don't need nosql, you can drag it by long press.
1717
2. Then you can do data modification on the data view.
1818
3. The total number of data is displayed next to the table, which is not accurate, but can be used to determine the data volume level of the table.
1919

20-
![](image/start/1649314813668.png)
20+
![](images/view.png)
2121

2222
## Execute SQL
2323

@@ -41,7 +41,7 @@ There are two ways to modify table meta information
4141
1. Right-click on the table, select Design Table, you can open the design table interface to view the columns and indexes of the table (currently only MySQL has high support)
4242
2. Expand the table node directly, click the column node and edit it directly by SQL.
4343

44-
![](image/table/design.jpg)
44+
![](https://doc.database-client.com/image/table/design.jpg)
4545

4646
## Backup/Import
4747

@@ -57,4 +57,4 @@ The extension has a built-in backup function, but it is not perfect. When your e
5757

5858
Since version 5.0, Redis backup and restore is supported, and two formats JSON and NDJSON are available, NDJSON recommended for large data.
5959

60-
![](image/database/redis-backup.png)
60+
![](https://doc.database-client.com/image/database/redis-backup.png)

util.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
You can create a SQL notebook by creating a new file with the suffix of sqlbook, which is used to archive the SQL of multiple connections.
66

7-
![1657031313683](image/util/1657031313683.png)
7+
![1657031313683](https://doc.database-client.com/image/util/1657031313683.png)
88

99
## Table Definition
1010

@@ -15,33 +15,33 @@ You can display table definition SQL in the following ways:
1515

1616
Note: Only non-hidden tables can be displayed, and only available to premium users
1717

18-
![](image/sql/1647176834109.png)
18+
![](https://doc.database-client.com/image/sql/1647176834109.png)
1919

2020
## Console
2121

2222
By clicking this button to open the console, where you can modify extension settings, export and import config.
2323

24-
![](image/console/1646791881361.png)
24+
![](https://doc.database-client.com/image/console/1646791881361.png)
2525

2626
### Options
2727

2828
There are two types of settings provided here, advanced settings are only available to paid users.
2929

30-
![](image/console/1648456961090.png)
30+
![](https://doc.database-client.com/image/console/1648456961090.png)
3131

3232
### Cloud Sync
3333

3434
To synchronize your connection information through the cloud.
3535

3636
You can specify an encryption key, which will be used for DES encryption and decryption during synchronization to ensure your data security.
3737

38-
![](image/console/1646792025769.jpg)
38+
![](https://doc.database-client.com/image/console/1646792025769.jpg)
3939

4040
## Mock Data
4141

4242
Quickly generate data for database testing, generate by following steps:
4343

44-
![mockData](images/mockData.jpg)
44+
![mockData](https://doc.database-client.com/image/minor/mockData.jpg)
4545

4646
Generate Config
4747

zh/connection-zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
## 缓存
44

55
为了提高性能,缓存了数据库信息,如果你的数据库结构在外部发生了变更,需要点击以下按钮刷新缓存。
6-
![](../images/1638342622208.png)
6+
![img](https://doc.database-client.com/image/connection/1638342622208.png)
77

88
## 分组和排序
99

1010
在创建连接时, 可以为连接指定一个分组
1111

12-
![](../image/connection/1653135860898.png)
12+
![](https://doc.database-client.com/image/connection/1653135860898.png)
1313

1414
创建后, 可在树形面板通过拖动修改连接的分组或者顺序
1515

16-
![](../image/connection/1653136074794.png)
16+
![](https://doc.database-client.com/image/connection/1653136074794.png)
1717

1818
## 先决条件
1919

@@ -36,4 +36,4 @@ MongoDB只有少量的支持, 且不再积极维护, 只推荐用于浏览数据
3636

3737
可通过按下ctrl+f搜索对象, 点击搜索框的按钮可从高亮模式切换为过滤模式.
3838

39-
![filter](../images/filter.gif)
39+
![filter](https://doc.database-client.com/image/minor/filter.gif)

zh/result-zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
1. 点击表旁边的按钮新标签按钮
88
2. 在结果视图中点击工具栏左侧的锁头
99

10-
![query](../image/result/1649314690515.png)
10+
![query](https://doc.database-client.com/image/result/1649314690515.png)
1111

1212
## 复制行
1313

1414
鼠标移动到要复制的行, 右键打开菜单, 选择Open Copy Dialog
1515

16-
![](../image/util/1648705778502.png)
16+
![](https://doc.database-client.com/image/util/1648705778502.png)
1717

1818
## 多行数据
1919

2020
当列是多行数据时, 例如长文本或者JSON, 你可将鼠标移动到列, 此时可通过悬浮的放大镜按钮打开多行编辑弹窗.
2121

22-
![](../image/result/1649314347381.png)
22+
![](https://doc.database-client.com/image/result/1649314347381.png)
2323

24-
![](../image/result/1649314368326.png)
24+
![](https://doc.database-client.com/image/result/1649314368326.png)
2525

2626
## 快捷键
2727

zh/ssh-zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
本扩展额外提供了SSH支持, 你可将其视为一个SSH客户端使用.
44

5-
![img](../image/ssh/1652196715999.png)
5+
![img](https://doc.database-client.com/image/ssh/1652196715999.png)
66

77
## 终端
88

99
通过点击连接旁边的按钮打开交互终端.
1010

11-
![img](../image/ssh/1652196856309.png)
11+
![img](https://doc.database-client.com/image/ssh/1652196856309.png)
1212

1313
## SFTP
1414

1515
当你展开ssh连接节点, 这个扩展将成为一个sftp客户端, 你可通过点击文件节点来查看文件内容.
1616

17-
![img](../image/ssh/1648921326091.png)
17+
![img](https://doc.database-client.com/image/ssh/1648921326091.png)
1818

1919
如果你是付费用户, 可获得以下功能:
2020

@@ -25,4 +25,4 @@
2525

2626
将ssh服务器可以访问到的端口转发到你机器的端口.
2727

28-
![](../image/ssh/1646808779136.png)
28+
![](https://doc.database-client.com/image/ssh/1646808779136.png)

zh/start-zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
2. 之后可在数据视图进行CRUD、数据导出等操作.
1616
3. 表旁边会显示数据总数, 不是准确的, 但可以用来确定表的数据量级别.
1717

18-
![](../image/start/1649314813668.png)
18+
![](images/view.png)
1919

2020
## 执行SQL
2121

@@ -37,7 +37,7 @@
3737
1. 对表右键, 选择Design Table(设计表), 就可打开设计表界面查看表的列和索引 (目前只有MySQL得到较高的支持)
3838
2. 直接展开表节点, 点击列节点后通过SQL直接编辑.
3939

40-
![](../image/table/design.jpg)
40+
![](https://doc.database-client.com/image/table/design.jpg)
4141

4242
## 备份/恢复
4343

@@ -51,4 +51,4 @@
5151

5252
从版本5.0开始支持对Redis进行备份和恢复, 可选两种格式JSON和NDJSON(推荐用于数据量大的情况)
5353

54-
![](../image/database/redis-backup.png)
54+
![](https://doc.database-client.com/image/database/redis-backup.png)

zh/storage.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* 获取对象存储服务的access key和secret key.
99
* 打开连接界面, 创建一个s3连接.
1010

11-
![1657031919263](image/storage/1657031919263.png)
11+
![1657031919263](https://doc.database-client.com/image/storage/1657031919263.png)
1212

1313
连接效果
1414

15-
![1657031975400](image/storage/1657031975400.png)
15+
![1657031975400](https://doc.database-client.com/image/storage/1657031975400.png)
1616

1717
# 对象存储服务开通帮助
1818

@@ -22,20 +22,20 @@
2222

2323
开通步骤:
2424

25-
1. 开通[对象存储服务Kodo](https://s.qiniu.com/YJBJnm), 选择空间管理, 新建一个空间![1657078698991](image/storage/1657078698991.png)
26-
2. 移动到右上角用户图标, 进入密钥管理, 就可创建和获取密钥了 ![1657078749223](image/storage/1657078749223.png)
25+
1. 开通[对象存储服务Kodo](https://s.qiniu.com/YJBJnm), 选择空间管理, 新建一个空间![1657078698991](https://doc.database-client.com/image/storage/1657078698991.png)
26+
2. 移动到右上角用户图标, 进入密钥管理, 就可创建和获取密钥了 ![1657078749223](https://doc.database-client.com/image/storage/1657078749223.png)
2727

2828
## 阿里云
2929

3030
开通步骤:
3131

32-
1. 开通[OSS服务](https://oss.console.aliyun.com/), 选择Bucket列表, 创建一个Bucket ![1657070829618](image/storage/1657070829618.png)
33-
2. 进入子账号管理, [RAM 访问控制 (aliyun.com)](https://ram.console.aliyun.com/users), 创建一个用户, 选择Open API调用访问 , 创建完成后保存**AccessKey****Secret**![1657070266443](image/storage/1657070266443.png)
34-
3. 为这个用户配置AliyunOSSFullAccess的权限![1657070352708](image/storage/1657070352708.png)
32+
1. 开通[OSS服务](https://oss.console.aliyun.com/), 选择Bucket列表, 创建一个Bucket ![1657070829618](https://doc.database-client.com/image/storage/1657070829618.png)
33+
2. 进入子账号管理, [RAM 访问控制 (aliyun.com)](https://ram.console.aliyun.com/users), 创建一个用户, 选择Open API调用访问 , 创建完成后保存**AccessKey****Secret**![1657070266443](https://doc.database-client.com/image/storage/1657070266443.png)
34+
3. 为这个用户配置AliyunOSSFullAccess的权限![1657070352708](https://doc.database-client.com/image/storage/1657070352708.png)
3535

3636
## 腾讯云
3737

3838
开通步骤:
3939

4040
1. 开通[COS服务](https://console.cloud.tencent.com/cos), 选择存储桶列表, 创建一个存储桶
41-
2. 进入子账号管理, [用户 - 控制台 (tencent.com)](https://console.cloud.tencent.com/cam), 创建一个用户, 选择快速新建用户, 配置访问方式为**编程访问**, 用户权限为**QcloudCOSFullAccess**, 创建完成后保存**AccessKey****Secret![1657071002407](image/storage/1657071002407.png)**
41+
2. 进入子账号管理, [用户 - 控制台 (tencent.com)](https://console.cloud.tencent.com/cam), 创建一个用户, 选择快速新建用户, 配置访问方式为**编程访问**, 用户权限为**QcloudCOSFullAccess**, 创建完成后保存**AccessKey****Secret![1657071002407](https://doc.database-client.com/image/storage/1657071002407.png)**

zh/util-zh.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
可通过新建sqlbook后缀的文件来创建SQL笔记本, 用于对多个连接的SQL进行归档操作.
66

7-
![1657031313683](../image/util/1657031313683.png)
7+
![1657031313683](https://doc.database-client.com/image/util/1657031313683.png)
88

99
## 表定义
1010

@@ -15,31 +15,31 @@
1515

1616
注意: 只有非隐藏表可以显示, 且只对付费用户开放
1717

18-
![](../image/sql/1647176834109.png)
18+
![](https://doc.database-client.com/image/sql/1647176834109.png)
1919

2020
## 控制台
2121

2222
通过点击这个按钮打开控制台, 可在控制台内修改扩展设置, 导出导入设置, 和进行连接设置云同步.
2323

24-
![](../image/console/1646791881361.png)
24+
![](https://doc.database-client.com/image/console/1646791881361.png)
2525

2626
### 设置
2727

2828
这里提供了两种设置类型, 高级设置只对付费用户开放.
2929

30-
![](../image/console/1648456961090.png)
30+
![](https://doc.database-client.com/image/console/1648456961090.png)
3131

3232
### 云同步
3333

3434
通过云端同步你的连接信息, 可以指定一个加密密钥, 在同步时会通过该密钥进行DES加解密, 确保数据安全.
3535

36-
![](../image/console/1646792025769.jpg)
36+
![](https://doc.database-client.com/image/console/1646792025769.jpg)
3737

3838
## Mock数据
3939

4040
快速生成用于测试的数据, 通过以下步骤进行生成:
4141

42-
![mockData](../images/mockData.jpg)
42+
![mockData](https://doc.database-client.com/image/minor/mockData.jpg)
4343

4444
生成配置文件
4545

0 commit comments

Comments
 (0)