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.
 
 
 
 
cweijan 9ccca7a9c6 Add snippets. 5 years ago
.github Update main.yml 5 years ago
.vscode update webpack config 5 years ago
images Update connect image. 5 years ago
public compatible with old vscode. 5 years ago
resources Support close connection. 5 years ago
src Add snippets. 5 years ago
syntaxes Add snippets. 5 years ago
types Integrate sqlformatter. 5 years ago
.gitignore feat:调整FolderNode构造函数的参数类型 5 years ago
.vscodeignore Add ignore 5 years ago
CHANGELOG.md Add snippets. 5 years ago
LICENSE Update license. 5 years ago
README.md Add snippets. 5 years ago
README_CN.md Add more chinese content. 5 years ago
backlog.md Add backlog. 5 years ago
i18n.js Add i18n of chinese. 5 years ago
package.json Add snippets. 5 years ago
package.nls.json Add snippets. 5 years ago
package.nls.zh-cn.json Add snippets. 5 years ago
postcss.config.js Add tailwindcss, postcss package and its configurations 5 years ago
tailwind.config.js Add tailwindcss, postcss package and its configurations 5 years ago
tsconfig.json trim code 5 years ago
webpack.config.js compatible with old vscode. 5 years ago
webpack.config.lib.js Integrate g2. 5 years ago

README.md

Database Client

Marketplace Version Installs Rating

Database Client for Visual Studio Code. It supports databases MySQL/MariaDB, Microsoft SQL Server, PostgreSQL, Redis, and ElasticSearch.

Project site: vscode-database-client, 中文文档

Features

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install cweijan.vscode-mysql-client2

Connect

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

connection

Table

  1. Click table to open table view.
  2. Then you can do data modification on the view page.

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 sql.

run

Generate Mock Data

Now you do not need to spend time writing test data.

mockData

History

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

history

Backup/Import

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

bakcup

Filter

filter

Credits