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.
 
 
 
 
Chen WeiJian e2b6dda3ae
Update README.md
5 years ago
.vscode delete test folder 6 years ago
images update readme 5 years ago
resources remove primary when copy 5 years ago
src intelli obtain sql 5 years ago
syntaxes Merge branch 'beta' of https://github.com/cweijan/vscode-mysql into beta 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 update to 1.9.0 5 years ago
LICENSE update readme 5 years ago
README.md Update README.md 5 years ago
logo.png update logo and name 5 years ago
package-lock.json support setting query result full 5 years ago
package.json update to 1.9.0 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

Connect

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

connection

View Tables

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

Execute Sql

  • In the MySQL Panel, click the New Query button. newquery
  • This changes the active database.
  • Now You can enjoy Intelli SQL code within the 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 ant DatabaseNode or TableNode, backup/import options are listed in the context menu (right click to open). bakcup

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.

suprise