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 9e96a0cc1c update readme 5 years ago
.github Merge branch 'webpack' 5 years ago
.vscode update webpack config 5 years ago
images Add files via upload 5 years ago
public remove message border 5 years ago
resources add new panel button 5 years ago
src fix null error 5 years ago
syntaxes update to 2.4.6 5 years ago
types fix run after query result 5 years ago
.gitignore remove lock file 5 years ago
.vscodeignore add ignore 5 years ago
CHANGELOG.md update readme 5 years ago
LICENSE update license 5 years ago
README.md update readme 5 years ago
package.json version 2.8.0 5 years ago
tsconfig.json trim code 5 years ago
webpack.config.js fix run after query result 5 years ago

README.md

MySQL Client

Marketplace Version Installs Rating

MySQL Client For Visual Studio Code

Project site: vscode-mysql

Features

Installation

Install from vscode marketplace vscode-mysql.

Coffee

If you like this this extension, consider buying me a coffee. Thank you!

Connect

  1. Open MySQL Panel, then click the + button.
  2. Input your 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 Intellisense for SQL code within the editor.
  • Click Run Button or Press F9 to Execute. run

Generate Mock Data

  • Now you do not need spend time 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

OpenSetting -> extensions -> Mysql

Setting

Other

  • Find a suprise when you right click on a node.

suprise

Filter

filter

Credits

RoadMap

  • Sync table struct from diffrent connection.
  • Fix Intetllisense sql.
  • Better sql formatter.
  • Add i18n.
  • Change database from status bar.