Skip to content

Commit 57e15ac

Browse files
committed
update locales
1 parent dd1290c commit 57e15ac

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PawSQL Client enables developers to access core capabilities of the PawSQL direc
1717
2. Navigate to Extensions (`Ctrl+Shift+X` or `Cmd+Shift+X`)
1818
3. Search for "PawSQL Client" and click Install
1919

20-
## Initial Setup
20+
## PawSQL Setup
2121
You need to do some initial setup before your start to use PawSQL Client:
2222
1. Click the PawSQL icon on the VSCode sidebar
2323
2. Fill in the following fields:
@@ -26,24 +26,22 @@ You need to do some initial setup before your start to use PawSQL Client:
2626
- Password (password of your account)
2727
3. Click "Save"
2828

29-
## Usage Guide
30-
### Optimize SQLs in VS Code
29+
## Optimize SQLs
3130
Two optimization methods are available in SQL files:
3231
1. **Optimize Using Default Workspace**:
3332
- Click the "Optimize" button in the SQL statement prompt
33+
3434
2. **Optimize Using Specific Workspace**:
3535
- Click the "Optimize..." button in the SQL statement prompt
3636
- Select a workspace from the dropdown menu
3737

38-
### Optimization Results
38+
## Optimization Results
3939
After optimization completion:
4040
- Results are displayed in VSCode's WebView
4141
- Click "View Detailed Optimization in Browser" for additional information, including:
4242
- SQL comparison
4343
- Execution plan comparison
4444
- Detailed analysis
4545

46-
Recent optimization results (last 10 per workspace) automatically appear in the sidebar under their respective workspaces.
47-
48-
## Important Notes
46+
**Important Notes**
4947
- You must have a valid account on the PawSQL Cloud or on a privately deployed PawSQL platform.

README_zh-CN.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,18 @@ PawSQL Client让开发者能够在VS Code开发环境中直接使用PawSQL引擎
3333
- Password (PawSQL Server账号的密码)
3434
3. 点击"保存"按钮
3535

36-
## 使用说明
37-
38-
### 在VS Code环境中进行SQL 优化
36+
## 在VS Code环境中进行SQL 优化
3937

4038
在 SQL 文件中提供两种优化方式:
4139

42-
1. **使用默认工作空间执行优化**
40+
1. **使用默认工作空间优化SQL**
4341
- 在 SQL 语句上方的提示中点击"Optimize"按钮
44-
2. **选择特定工作空间优化**
42+
43+
2. **选择特定工作空间优化SQL**
4544
- 点击 SQL 语句提示中的"Optimize..."按钮
4645
- 从弹出的下拉列表中选择工作空间,进行优化
4746

48-
### 查看优化结果
47+
## 查看优化结果
4948

5049
优化完成后:
5150

@@ -55,7 +54,6 @@ PawSQL Client让开发者能够在VS Code开发环境中直接使用PawSQL引擎
5554
- 执行计划对比
5655
- 其他详细分析
5756

58-
59-
## 注意事项
57+
**注意事项**
6058

6159
- 您必须在[PawSQL Cloud](https://pawsql.com)或私域部署的PawSQL优化平台有对应的账号

0 commit comments

Comments
 (0)