|
@ -7,39 +7,48 @@ MySQL Client For Visual Studio Code |
|
|
|
|
|
|
|
|
> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql) |
|
|
> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql) |
|
|
> |
|
|
> |
|
|
> Welcome to contribute in [repository](https://github.com/cweijan/vscode-mysql) |
|
|
|
|
|
|
|
|
> Give [project](https://github.com/cweijan/vscode-mysql) star keep me motivated to keep updating |
|
|
|
|
|
|
|
|
## Features |
|
|
|
|
|
|
|
|
|
|
|
* [Connect To MySQL Server](#Connection) |
|
|
|
|
|
* Overview User、Database、Table、Procedure、Trigger、Function |
|
|
|
|
|
* [Sql Assistant ( Syntax, Formatter, Complection )](#exeucte-sql) |
|
|
|
|
|
* [Run MySQL Query](#exeucte-sql) |
|
|
|
|
|
* CRUD Table Data |
|
|
|
|
|
* [Backup/Import](#Backup/Import) Data to Sql |
|
|
|
|
|
|
|
|
- [MySQL Client](#mysql-client) |
|
|
|
|
|
- [Connection](#connection) |
|
|
|
|
|
- [View Table](#view-table) |
|
|
|
|
|
- [Execute Sql](#execute-sql) |
|
|
|
|
|
- [History](#history) |
|
|
|
|
|
- [Backup/Import](#backupimport) |
|
|
|
|
|
- [Suprise](#suprise) |
|
|
|
|
|
|
|
|
## Connection |
|
|
## Connection |
|
|
|
|
|
|
|
|
* Click MYSQL Panel, then click the `+` button. |
|
|
|
|
|
|
|
|
1. Click MySQL Panel, then click the `+` button. |
|
|
|
|
|
2. Input you connect info then click connect. |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
## View Table |
|
|
## View Table |
|
|
|
|
|
|
|
|
* 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. |
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
## Exeucte Sql |
|
|
|
|
|
|
|
|
## Execute Sql |
|
|
|
|
|
|
|
|
* In MySQL Pannel, Click `New Query` button. |
|
|
* In MySQL Pannel, Click `New Query` button. |
|
|
 |
|
|
 |
|
|
* This will change active database. |
|
|
* This will change active database. |
|
|
* Now Tou can enjoy Intelli SQL code in Editor. |
|
|
|
|
|
|
|
|
* Now You can enjoy Intelli SQL code in Editor. |
|
|
* Click Run Button or Press `F9` to Execute. |
|
|
* Click Run Button or Press `F9` to Execute. |
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
## History |
|
|
|
|
|
- Click history button to open run history record. |
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
## Backup/Import |
|
|
## Backup/Import |
|
|
|
|
|
|
|
|
* Move to DatabaseNode/TableNode, Right click to open menu |
|
|
* Move to DatabaseNode/TableNode, Right click to open menu |
|
|
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
## Suprise |
|
|
|
|
|
* You can find suprise when right click on node. |
|
|
|
|
|
|
|
|
|
|
|
 |