Skip to content

Commit ad7901a

Browse files
committed
update locales
1 parent 4df70fd commit ad7901a

6 files changed

Lines changed: 7519 additions & 3429 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,27 @@ PawSQL Client enables developers to access core capabilities of the PawSQL direc
77
[Watch PawSQL Client Demo](https://www.bilibili.com/video/BV19aDBYAEcr/)
88

99
## Features
10-
- **Tune by Clicks**: Get optimization recommendation by one click.
10+
- **Optimize by Clicks**: Get optimization recommendation for your SQL query by one click.
1111
- **Index Advise**: Recommend optimal indexes based on input SQL syntax, database objects and statistics information
1212
- **Query Rewrite**: Recommend semantically equivalent, but more efficient SQLs
1313
- **Performance Validation**: Ensure better performance after SQL rewrite and index recommendation
1414

1515
## Installation
16-
1. Open Visual Studio Code
17-
2. Navigate to Extensions view (`Ctrl+Shift+X` or `Cmd+Shift+X`)
16+
1. Open VS Code
17+
2. Navigate to Extensions (`Ctrl+Shift+X` or `Cmd+Shift+X`)
1818
3. Search for "PawSQL Client" and click Install
1919

2020
## Initial Setup
21-
When using the extension for the first time, complete these configuration steps:
22-
1. Click the PawSQL icon in the VSCode sidebar to access configuration
23-
2. Fill in the following configuration fields:
21+
You need to do some initial setup before your start to use PawSQL Client:
22+
1. Click the PawSQL icon on the VSCode sidebar
23+
2. Fill in the following fields:
2424
- PawSQL Server Address (e.g., `https://pawsql.com`)
25-
- PawSQL Account
26-
- Password
25+
- PawSQL Account (your account on PawSQL Server)
26+
- Password (password of your account)
2727
3. Click "Save"
2828

29-
Upon successful configuration, the sidebar will load your workspace list (last 100 workspaces at most).
30-
3129
## Usage Guide
32-
### SQL Optimization in VS Code
30+
### Optimize SQLs in VS Code
3331
Two optimization methods are available in SQL files:
3432
1. **Optimize Using Default Workspace**:
3533
- Click the "Optimize" button in the SQL statement prompt

0 commit comments

Comments
 (0)