You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
.vscode | 6 years ago | |
images | 5 years ago | |
resources | 5 years ago | |
src | 5 years ago | |
syntaxes | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 8 years ago | |
.vscodeignore | 5 years ago | |
CHANGELOG.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
logo.png | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago |
README.md
MySQL Client
MySQL Client For Visual Studio Code
This plugin inspired for MySQL
Give project star keep me motivated to keep updating
Features
Connect
- Open MySQL Panel, then click the
+
button. - Input you connect info then click connect.
View Tables
Execute Sql
- In the MySQL Panel, click the
New Query
button. - This changes the active database.
- Now You can enjoy Intelli SQL code within the editor.
- Click Run Button or Press
F9
to Execute.
Generate Mock Date
History
Backup/Import
- Move to ant DatabaseNode or TableNode, backup/import options are listed in the context menu (right click to open).
Setting
{
// enable delimiter when import data
"vscode-mysql.enableDelimiter": false,
// open query result as full screen.
"vscode-mysql.fullQueryScreen":false,
// set max tables show of each database.
"vscode-mysql.maxTableCount": 500
}
Suprise
- You can find suprise when right click on node.