{"id":13912547,"url":"https://github.com/formulahendry/vscode-mysql","last_synced_at":"2025-04-07T11:08:55.577Z","repository":{"id":37821655,"uuid":"111515583","full_name":"formulahendry/vscode-mysql","owner":"formulahendry","description":"MySQL management tool for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2023-10-17T09:43:15.000Z","size":532,"stargazers_count":224,"open_issues_count":160,"forks_count":61,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-31T10:04:54.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formulahendry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-21T07:40:25.000Z","updated_at":"2025-03-21T22:18:57.000Z","dependencies_parsed_at":"2024-10-20T04:29:06.375Z","dependency_job_id":null,"html_url":"https://github.com/formulahendry/vscode-mysql","commit_stats":{"total_commits":40,"total_committers":9,"mean_commits":4.444444444444445,"dds":"0.19999999999999996","last_synced_commit":"5d77cb9f5762b67db1389bab2584837d0eadfba6"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formulahendry","download_url":"https://codeload.github.com/formulahendry/vscode-mysql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640465,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-07T01:01:32.638Z","updated_at":"2025-04-07T11:08:55.550Z","avatar_url":"https://github.com/formulahendry.png","language":"TypeScript","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# MySQL\n\nMySQL management tool\n\n## Features\n\n* Manage MySQL Connections (support SSL connection)\n* List MySQL Servers\n* List MySQL Databases\n* List MySQL Tables\n* List MySQL Columns\n* Run MySQL Query\n\n## Usage\n\n* To add MySQL connection: in Explorer of VS Code, click \"MYSQL\" in the bottom left corner, then click the `+` button, then type host, user, password, port and certificate file path (optional) in the input box.\n\n![connection](images/connection.png)\n\n* To run MySQL query, open a SQL file first then:\n  * right click on the SQL file, then click `Run MySQL Query` in editor context menu (Note: you could also run the selected SQL query)\n  * or use shortcut `Ctrl+Alt+E`\n  * or press `F1` and then select/type `Run MySQL Query`\n\n![run](images/run.png)\n\n* To create a new MySQL query or change active MySQL connection (You could see active MySQL connection in status bar):\n  * right click on a MySQL server, then click `New Query`\n  * or right click on a MySQL database, then click `New Query`\n\n![newquery](images/newquery.png)\n\n## Settings\n\n* `vscode-mysql.maxTableCount`: The maximum table count shown in the tree view. (Default is **500**)\n* `vscode-mysql.enableDelimiterOperator`: Enable support for DELIMITER operator. (Default is **true**)\n\n## Telemetry data\n\nBy 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:\n```json\n{\n    \"vscode-mysql.enableTelemetry\": false\n}\n```\n\n## Change Log\n\nSee Change Log [here](CHANGELOG.md)\n\n## Issues\n\nCurrently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please submit the [issues](https://github.com/formulahendry/vscode-mysql/issues) to the GitHub Repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fvscode-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformulahendry%2Fvscode-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fvscode-mysql/lists"}