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.
 
 
 
 
formulahendry 15a56e84ed update 8 years ago
.vscode first commit 8 years ago
resources Prepare for publish 8 years ago
src Prepare for publish 8 years ago
.gitignore first commit 8 years ago
.vscodeignore Prepare for publish 8 years ago
CHANGELOG.md first commit 8 years ago
LICENSE Create LICENSE 8 years ago
README.md Prepare for publish 8 years ago
logo.png Prepare for publish 8 years ago
package-lock.json Prepare for publish 8 years ago
package.json update 8 years ago
tsconfig.json first commit 8 years ago
tslint.json first commit 8 years ago

README.md

MySQL

MySQL management tool

Features

  • Manage MySQL Connections
  • List MySQL Servers
  • List MySQL Databases
  • List MySQL Tables
  • Run MySQL Query

Usage

  • Open a .NET Core project, right click on a .csproj file, and run .NET Core command from context menu.

test-explorer

Telemetry data

By default, anonymous telemetry data collection is turned on to understand user behavior to improve this extension. To disable it, update the settings.json as below:

{
    "vscode-mysql.enableTelemetry": false
}

Change Log

See Change Log here

Issues

Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please submit the issues to the GitHub Repo.