Registryvsx-cweijanvscode-mysql-client2

@vsx-cweijan/vscode-mysql-client2

Public
VSX CompatibleOXP Native: Planned

// Description

Database Management for MySQL/MariaDB, PostgreSQL, Redis and ElasticSearch.

// Readme

Open VSX

#Database Client

Database client for Visual Studio Code, supports manager MySQL/MariaDB, PostgreSQL, SQLite, Redis, ClickHouse, Kafka, MongoDB, Snowflake, and ElasticSearch, and works as an SSH client, boost your maximum productivity!

Project site: Database Client, 中文文档

Logo

##Telemetry Reporting

The Database Client extension will collects and sends anonymous usage data to the Database Client server to help improve our products and services. Read our Privacy Statement to learn more.

Telemetry reporting follows the telemetry settings of VS Code. Additionally, you can independently disable it by setting "database-client.telemetry.usesOnlineServices": false.

##Connect

  1. Open Database Explorer panel, then click the + button.
  2. Select your database type, input connection config then click the connect button.

connection

##Table

  1. Click table to open table view.
  2. Click button beside table to open new table view.
  3. Then you can do data modification on the table view.

query

##Execute SQL Query

In the Database Explorer panel, click the Open Query button.

newquery

That will open a SQL editor bind of database, it provider:

  1. IntelliSense SQL edit.
  2. snippets:sel、del、ins、upd、joi...
  3. Run selected or current cursor SQL (Shortcut : Ctrl+Enter).
  4. Run all SQL (Shortcut : Ctrl+Shift+Enter, Command ID: mysql.runSQL).

run

The database can be searched by clicking the search button to the right of "Tables".

1708594027208

##Cache

In order to improve performance, the database information is cached. If your database structure changes externally, you need to click the refresh button to refresh the cache。

##Backup/Import

Move to ant DatabaseNode or TableNode. The export/import options are listed in the context menu (right click to open).

The extension implements the backup function, but it is not stable enough. You can add mysql_dump or pg_dump to the environment variable, and the extension will use these tools for backup.

bakcup

##Setting

The extension provides some settings, you can refer to the following operations to go to the console settings.

1708593458624

##Generate Mock Data

You can easily generate test data.

mockData

##History

Click the history button to open the list of recently executed query history records.

history

##Credits

// Install

Open this extension directly in your IDE — no CLI, no extra tools.

Extension ID
cweijan.vscode-mysql-client2

If your IDE doesn't open automatically, copy the ID above and paste it into the Extensions view (⌘P ext install <id>).

// Source signals

Publisher
Verified ✓
Rating
4.4 (7)
Downloads
962.8k
Published
2026-05-12
Source
repo
Homepage
link

Live from open-vsx.org. Refreshed hourly.

// Are you the author?

This listing is mirrored from Open VSX. Claim it to ship a native OXP build, customise the page, and respond to reviews.

Claim this listing

// Package Info

Version
8.4.5
Owner
@vsx-cweijan
Downloads
919.1k
Stars
0