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.
![]() |
8 years ago | |
---|---|---|
.vscode | 8 years ago | |
resources | 8 years ago | |
src | 8 years ago | |
.gitignore | 8 years ago | |
.vscodeignore | 8 years ago | |
CHANGELOG.md | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
logo.png | 8 years ago | |
package-lock.json | 8 years ago | |
package.json | 8 years ago | |
tsconfig.json | 8 years ago | |
tslint.json | 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.
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.