|
|
@ -5,11 +5,11 @@ |
|
|
|
MySQL Client For Visual Studio Code |
|
|
|
|
|
|
|
|
|
|
|
> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql) |
|
|
|
> This plugin was inspired by [MySQL](https://github.com/formulahendry/vscode-mysql). |
|
|
|
> |
|
|
|
> Give [project](https://github.com/cweijan/vscode-mysql) star keep me motivated to keep updating |
|
|
|
> Give [project](https://github.com/cweijan/vscode-mysql) a star to keep me motivated to keep updating. |
|
|
|
|
|
|
|
**Note: This plugin is not support MySql 8.0!** |
|
|
|
**Note: This plugin does not support MySql 8.0!** |
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
|
@ -26,7 +26,7 @@ MySQL Client For Visual Studio Code |
|
|
|
## Connect |
|
|
|
|
|
|
|
1. Open MySQL Panel, then click the `+` button. |
|
|
|
2. Input you connect info then click connect. |
|
|
|
2. Input your connect info then click connect. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
@ -41,12 +41,12 @@ MySQL Client For Visual Studio Code |
|
|
|
* In the MySQL Panel, click the `New Query` button. |
|
|
|
 |
|
|
|
* This changes the active database. |
|
|
|
* Now You can enjoy Intelli SQL code within the editor. |
|
|
|
* Now you can enjoy Intellisense for SQL code within the editor. |
|
|
|
* Click Run Button or Press `F9` to Execute. |
|
|
|
 |
|
|
|
|
|
|
|
## Generate Mock Data |
|
|
|
- Now you not need spend time to writing test data |
|
|
|
- Now you do not need spend time writing test data. |
|
|
|
 |
|
|
|
|
|
|
|
## History |
|
|
@ -74,6 +74,6 @@ MySQL Client For Visual Studio Code |
|
|
|
``` |
|
|
|
|
|
|
|
## Suprise |
|
|
|
* You can find suprise when right click on node. |
|
|
|
* Find a suprise when you right click on a node. |
|
|
|
|
|
|
|
 |