Skip to content

emaiqi/vscode-mysql

 
 

Repository files navigation

MySQL Client

Marketplace Version Installs Rating

MySQL Client For Visual Studio Code

This plugin was inspired by MySQL.

Give project a star to keep me motivated to keep updating.

Note: This plugin does not support MySql 8.0!

Features

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

{
  // enable delimiter when import data
  "vscode-mysql.enableDelimiter": false,
  
  // Load database meta info when connected, If your machine's performance is low, turn it off.
  "vscode-mysql.loadMetaOnConnect":true,

  // set max tables show of each database.
  "vscode-mysql.maxTableCount": 500
}

Other

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

suprise

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.7%
  • Vue 18.2%
  • JavaScript 2.0%
  • HTML 0.1%