New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vscode-mysql-client2

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

vscode-mysql-client2

Database Client for vscode

unpublished
latest
Source
npmnpm
Version
4.2.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Database Client for Visual Studio Code

GitHub


The Database Client make your life easy. 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

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

connection

Table

  • Click table to open table view.
  • 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:

  • IntelliSense sql edit.
  • snippets:sel、del、ins、upd、joi...
  • Run selected or current cursor sql (Shortcut : Ctrl+Enter).
  • Run all sql (Shortcut : Ctrl+Shift+Enter).

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

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

Keywords

SQL

FAQs

Package last updated on 22 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts