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.
 
 
 
 
cweijan 88596d8e2f refactor view manager 5 years ago
.vscode delete test folder 6 years ago
images update readme 5 years ago
resources refactor view manager 5 years ago
src refactor view manager 5 years ago
syntaxes update key word 5 years ago
.gitignore update to 1.7.21, reduce package size 5 years ago
.travis.yml Add CI 8 years ago
.vscodeignore fix form validate error 5 years ago
CHANGELOG.md support export table struct 5 years ago
LICENSE update readme 5 years ago
README.md refactor view manager 5 years ago
logo.png update logo and name 5 years ago
package-lock.json update dependency 5 years ago
package.json support export table struct 5 years ago
tsconfig.json implment complection fully 5 years ago
tslint.json adapter type 5 years ago

README.md

MySQL Client

Marketplace Version Installs Rating

MySQL Client For Visual Studio Code

This plugin inspired for MySQL

Give project star keep me motivated to keep updating

Features

Connection

  1. Click MySQL Panel, then click the + button.
  2. Input you connect info then click connect.

connection

View Table

  1. Click Table To Open Query page and Load data.
  2. You can do data modification on query page. query

Execute Sql

  • In MySQL Pannel, Click New Query button. newquery
  • This will change active database.
  • Now You can enjoy Intelli SQL code in Editor.
  • Click Run Button or Press F9 to Execute. run

Generate Mock Date

  • Now you not need spend time to writing test data mockData

History

  • Click history button to open run history record. history

Backup/Import

  • Move to DatabaseNode/TableNode, Right click to open menu bakcup

Suprise

  • You can find suprise when right click on node.

suprise