All Projects → cweijan → Vscode Database Client

cweijan / Vscode Database Client

Licence: mit
Database Client For Visual Studio Code

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Database Client

Mysqlconnection
Simple library to make it much easier to use MySQL in Visual Studio projects
Stars: ✭ 6 (-98.18%)
Mutual labels:  mysql, visual-studio
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-0.3%)
Mutual labels:  mysql
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-4.26%)
Mutual labels:  mysql
Mysql Otp
MySQL/OTP – MySQL and MariaDB client for Erlang/OTP
Stars: ✭ 323 (-1.82%)
Mutual labels:  mysql
Reading
整理阅读过的干货文章, 帖子
Stars: ✭ 318 (-3.34%)
Mutual labels:  mysql
Dotnetguide
🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、文章、书籍,社区组织,工具和常见的面试题总结。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊。【让现在的自己不再迷漫✨】
Stars: ✭ 308 (-6.38%)
Mutual labels:  mysql
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (-5.47%)
Mutual labels:  mysql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+1041.03%)
Mutual labels:  mysql
Mysql
Sous Chefs MySQL Cookbook
Stars: ✭ 325 (-1.22%)
Mutual labels:  mysql
Doudizhu
html5 斗地主游戏
Stars: ✭ 323 (-1.82%)
Mutual labels:  mysql
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-3.65%)
Mutual labels:  mysql
Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-3.04%)
Mutual labels:  mysql
Crecto
Database wrapper and ORM for Crystal, inspired by Ecto
Stars: ✭ 325 (-1.22%)
Mutual labels:  mysql
Config
Armbian configuration utility
Stars: ✭ 317 (-3.65%)
Mutual labels:  mysql
Jianzhi V2
基于laravel5.5跟Vue2前后端分离的兼职平台
Stars: ✭ 327 (-0.61%)
Mutual labels:  mysql
Thyme
An open source re-implementation of Generals : Zero Hour written in C++.
Stars: ✭ 313 (-4.86%)
Mutual labels:  visual-studio
Springboot Rabbitmq
RabbitMQ的简单介绍、安装及与SpringBoot整合构建高可用的消息传递方案
Stars: ✭ 320 (-2.74%)
Mutual labels:  mysql
Codegame
🎮 JavaScript AI tank game
Stars: ✭ 323 (-1.82%)
Mutual labels:  mysql
Datafaker
Datafaker is a large-scale test data and flow test data generation tool. Datafaker fakes data and inserts to varied data sources. 测试数据生成工具
Stars: ✭ 327 (-0.61%)
Mutual labels:  mysql
Gopli
DB replication tool to synchronize data with multi environments written in Golang.
Stars: ✭ 327 (-0.61%)
Mutual labels:  mysql

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

Install from vscode marketplace vscode-database-client.

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 (Shortcut : F9).

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

Setting

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

Filter

filter

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].