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 2e8fd8dd3a Add i18n of chinese. 5 years ago
.github Update main.yml 5 years ago
.vscode update webpack config 5 years ago
images Add files via upload 5 years ago
public Update input border. 5 years ago
resources Support save query. 5 years ago
src change folder name 5 years ago
syntaxes update to 2.4.6 5 years ago
types Integrate sqlformatter. 5 years ago
.gitignore remove lock file 5 years ago
.prettierrc Add .prettierrc config 5 years ago
.vscodeignore add ignore 5 years ago
CHANGELOG.md Add i18n of chinese. 5 years ago
LICENSE update license 5 years ago
README.md Add i18n of chinese. 5 years ago
i18n.js Add i18n of chinese. 5 years ago
package.json Add i18n of chinese. 5 years ago
package.nls.json Add i18n of chinese. 5 years ago
package.nls.zh-cn.json Add i18n of chinese. 5 years ago
postcss.config.js Add tailwindcss, postcss package and its configurations 5 years ago
tailwind.config.js Add tailwindcss, postcss package and its configurations 5 years ago
tsconfig.json trim code 5 years ago
webpack.config.js Add tailwindcss, postcss package and its configurations 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.
  • Better Intetllisense sql.