Browse Source

update readme

pull/503/head
cweijan 5 years ago
parent
commit
75503040d1
  1. 24
      README.md

24
README.md

@ -1,6 +1,6 @@
# MySQL Client # MySQL Client
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2)
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/cweijan.vscode-mysql-client2.svg)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2)
MySQL Client For Visual Studio Code MySQL Client For Visual Studio Code
@ -37,29 +37,31 @@ If you like this this extension, consider [buying me a coffee](https://www.buyme
1. Click Table To Open Query page and Load data. 1. Click Table To Open Query page and Load data.
2. You can do data modification on query page. 2. You can do data modification on query page.
![query](images/QueryTable.jpg)
![query](images/QueryTable.jpg)
## Execute Sql ## Execute Sql
* In the MySQL Panel, click the `New Query` button. * In the MySQL Panel, click the `New Query` button.
![newquery](images/newquery.jpg)
![newquery](images/newquery.jpg)
* This changes the active database. * This changes the active database.
* Now you can enjoy Intellisense for SQL code within the editor. * Now you can enjoy Intellisense for SQL code within the editor.
* Click Run Button or Press `F9` to Execute. * Click Run Button or Press `F9` to Execute.
![run](images/run.jpg)
![run](images/run.jpg)
## Generate Mock Data ## Generate Mock Data
- Now you do not need spend time writing test data. - Now you do not need spend time writing test data.
![mockData](images/mockData.png)
![mockData](images/mockData.png)
## History ## History
- Click history button to open run history record. - Click history button to open run history record.
![history](images/history.jpg)
![history](images/history.jpg)
## Backup/Import ## Backup/Import
* Move to ant DatabaseNode or TableNode, backup/import options are listed in the context menu (right click to open). * Move to ant DatabaseNode or TableNode, backup/import options are listed in the context menu (right click to open).
![bakcup](images/Backup.jpg)
![bakcup](images/Backup.jpg)
## Setting ## Setting
@ -68,22 +70,26 @@ OpenSetting -> extensions -> Mysql
![Setting](images/setting.png) ![Setting](images/setting.png)
## Other ## Other
* Find a suprise when you right click on a node. * Find a suprise when you right click on a node.
![suprise](images/surprise.jpg) ![suprise](images/surprise.jpg)
## Filter
## Filter
![filter](images/filter.gif) ![filter](images/filter.gif)
# Credits # Credits
- [vscode-mysql](https://github.com/formulahendry/vscode-mysql): The original version of this extension. - [vscode-mysql](https://github.com/formulahendry/vscode-mysql): The original version of this extension.
- [node-mysql2](https://github.com/sidorares/node-mysql2) : Core connect lib. - [node-mysql2](https://github.com/sidorares/node-mysql2) : Core connect lib.
- [mysqldump](https://github.com/bradzacher/mysqldum): Use it to export data. - [mysqldump](https://github.com/bradzacher/mysqldum): Use it to export data.
- [umy-ui](https://github.com/u-leo/umy-ui): Result view render.
## RoadMap ## RoadMap
- Sync table struct from diffrent connection. - Sync table struct from diffrent connection.
- Fix Intetllisense sql. - Fix Intetllisense sql.
- Better sql formatter. - Better sql formatter.
- Add i18n. - Add i18n.
- Change database from status bar. - Change database from status bar.
Loading…
Cancel
Save