Skip to content

Commit 5c6f6ed

Browse files
committed
ui updates
1 parent 8d5df1e commit 5c6f6ed

6 files changed

Lines changed: 16 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
[English](README.md) | [中文](README_zh-CN.md)
33

44
## Introduction
5-
PawSQL Client enables developers to access core capabilities of the PawSQL directly within their VS Code development environment. PawSQL provides sosophisticated SQL optimization features including smart index recommendations and query rewriting suggestions.. PawSQL Client requires integration with the PawSQL optimization platform (either [PawSQL Cloud](https://pawsql.com) or enterprise private deployment). For comprehensive SQL optimization capabilities, please refer to the [PawSQL Technical Documentation](https://docs.pawsql.com).
5+
PawSQL Client enables developers to access core capabilities of the PawSQL directly within VSCode enviroment. PawSQL provides sophisticated SQL optimization features including smart index recommendations and query rewrites. More about PawSQL's capabilities, please visit [https://docs.pawsql.com](https://docs.pawsql.com).
66

77
[Watch PawSQL Client Demo](https://www.bilibili.com/video/BV19aDBYAEcr/)
88

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

1515
## Installation
@@ -21,9 +21,9 @@ PawSQL Client enables developers to access core capabilities of the PawSQL direc
2121
When using the extension for the first time, complete these configuration steps:
2222
1. Click the PawSQL icon in the VSCode sidebar to access configuration
2323
2. Fill in the following configuration fields:
24-
- Backend URL (e.g., `https://pawsql.com`)
25-
- Frontend URL (e.g., `https://pawsql.com`)
26-
- API Key (Your PawSQL API key, available in the platform's user settings)
24+
- PawSQL Server Address (e.g., `https://pawsql.com`)
25+
- PawSQL Account
26+
- Password
2727
3. Click "Save"
2828

2929
Upon successful configuration, the sidebar will load your workspace list (last 100 workspaces at most).
@@ -48,5 +48,4 @@ After optimization completion:
4848
Recent optimization results (last 10 per workspace) automatically appear in the sidebar under their respective workspaces.
4949

5050
## Important Notes
51-
- Ensure PawSQL Backend URL and Frontend URL are accessible
52-
- API Key is your unique identifier for [PawSQL Cloud](https://pawsql.com) or private deployment platform, available in the platform's user settings
51+
- You must have a valid account on the PawSQL Cloud or on a privately deployed PawSQL platform.

README_zh-CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ PawSQL Client让开发者能够在VS Code开发环境中直接使用PawSQL引擎
6161

6262
## 注意事项
6363

64-
- 确保配置的PawSQL的 Backend URL 和 Frontend URL 可以正常访问
65-
- API Key为您在[PawSQL Cloud](https://pawsql.com)或私域部署的PawSQL优化平台上的唯一标识,可以在优化平台的用户设置页面查看
64+
- 您必须在[PawSQL Cloud](https://pawsql.com)或私域部署的PawSQL优化平台有对应的账号

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"name": "pawsqlClient",
44
"displayName": "%extension.display.name%",
55
"description": "%extension.description%",
6+
"icon": "resources/icon/favicon.png",
67
"publisher": "pawsql",
8+
"author": {
9+
"name": "PawSQL",
10+
"email": "support@pawsql.com"
11+
},
712
"version": "0.0.1",
813
"engines": {
914
"vscode": "^1.80.0"

package.nls.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extension.display name": "PawSQL Client",
2+
"extension.display.name": "PawSQL Client",
33
"extension.description": "SQL Optimizer, Index Advisor for MySQL/PostgreSQL/Oracle/openGauss and etc, Tune SQL by Clicks",
44
"commands.openSettings": "Modify",
55
"commands.refreshTree": "Refresh",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"commands.createWorkspace": "创建工作空间",
77
"commands.setDefaultWorkspace": "设置为默认工作空间",
88

9-
"config.initialization.title": "PawSQL 优化引擎设置",
9+
"config.initialization.title": "PawSQL Client",
1010
"config.initialization.description": "配置 PawSQL 优化引擎的地址和用户的ApiKey",
1111
"config.initialization.apiKey.description": "用于 PawSQL 优化引擎服务认证的ApiKey",
1212
"config.initialization.apiKey.markdownDescription": "用于 PawSQL 服务认证的ApiKey。您可以在 PawSQL 账户设置中获取此密钥。",

resources/icon/favicon.png

3.47 KB
Loading

0 commit comments

Comments
 (0)