Skip to content

xieren58/vscode-database-client

 
 

Repository files navigation

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

Now you can edit and run SQL query within the editor.

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

Packages

No packages published

Languages

  • TypeScript 50.6%
  • CSS 32.3%
  • Vue 11.2%
  • JavaScript 5.9%