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 78a9d34349 Support show empty rows. 4 years ago
.github Update main.yml 5 years ago
.vscode update webpack config 5 years ago
images Update connection image. 4 years ago
public Update toolbar style. 4 years ago
resources Update mongo icon. 4 years ago
sqlite Support show empty rows. 4 years ago
src Support show empty rows. 4 years ago
syntaxes Support design postgresql table info. 5 years ago
test Init document generate. 4 years ago
types Integrate sqlformatter. 5 years ago
.gitignore feat:调整FolderNode构造函数的参数类型 5 years ago
.vscodeignore Add ignore 5 years ago
CHANGELOG.md Version 3.8.8. 4 years ago
LICENSE Update license. 5 years ago
README.md update readme. 4 years ago
README_CN.md update readme. 4 years ago
backlog.md Integrate rows as node tooltip. 5 years ago
i18n.js Add i18n of chinese. 5 years ago
package.json Init document generate. 4 years ago
package.nls.json Init document generate. 4 years ago
package.nls.zh-cn.json Init document generate. 4 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 Ignore . 4 years ago
webpack.config.lib.js Integrate g2. 5 years ago

README.md

Database Client

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

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

Features

Installation

Install from vscode marketplace vscode-database-client.

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. 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 selected or current cursor sql (Shortcut : F9).
  4. Run all sql (Shortcut : Ctrl+F9).

run

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

Sqlite

If you using Linux or MacOS that must install sqlite3 first.

  • Debian, Ubuntu:sudo apt-get install sqlite
  • CentOS, Fedora, RedHat:sudo yum install sqlite3
  • MacOS:brew install sqlite3

Backup/Import

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

bakcup

Setting

This extension contain some setting, find him in the following way.

Filter

filter

Credits