|
@ -1,6 +1,6 @@ |
|
|
# MySQL Client |
|
|
# MySQL Client |
|
|
|
|
|
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) |
|
|
|
|
|
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2) [](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. |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## Execute Sql |
|
|
## Execute Sql |
|
|
|
|
|
|
|
|
* In the MySQL Panel, click the `New Query` button. |
|
|
* In the MySQL Panel, click the `New Query` button. |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
* 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. |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## 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. |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## History |
|
|
## History |
|
|
|
|
|
|
|
|
- Click history button to open run history record. |
|
|
- Click history button to open run history record. |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## 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). |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## Setting |
|
|
## Setting |
|
|
|
|
|
|
|
@ -68,22 +70,26 @@ OpenSetting -> extensions -> Mysql |
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
## Other |
|
|
## Other |
|
|
|
|
|
|
|
|
* Find a suprise when you right click on a node. |
|
|
* Find a suprise when you right click on a node. |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
## Filter |
|
|
|
|
|
|
|
|
## Filter |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
# 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. |
|
|
|
|
|
|