Browse Source

update readme

pull/26/head
cweijan 5 years ago
parent
commit
edbd8e5938
  1. 2
      LICENSE
  2. 37
      README.md
  3. BIN
      images/QueryTable.jpg
  4. BIN
      images/connection.jpg
  5. BIN
      images/history.jpg
  6. BIN
      images/run.jpg
  7. BIN
      images/surprise.jpg

2
LICENSE

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2017 Jun Han
Copyright (c) 2019 Weijan Chen
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

37
README.md

@ -7,39 +7,48 @@ MySQL Client For Visual Studio Code
> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql) > This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql)
> >
> Welcome to contribute in [repository](https://github.com/cweijan/vscode-mysql)
> Give [project](https://github.com/cweijan/vscode-mysql) star keep me motivated to keep updating
## Features
* [Connect To MySQL Server](#Connection)
* Overview User、Database、Table、Procedure、Trigger、Function
* [Sql Assistant ( Syntax, Formatter, Complection )](#exeucte-sql)
* [Run MySQL Query](#exeucte-sql)
* CRUD Table Data
* [Backup/Import](#Backup/Import) Data to Sql
- [MySQL Client](#mysql-client)
- [Connection](#connection)
- [View Table](#view-table)
- [Execute Sql](#execute-sql)
- [History](#history)
- [Backup/Import](#backupimport)
- [Suprise](#suprise)
## Connection ## Connection
* Click MYSQL Panel, then click the `+` button.
1. Click MySQL Panel, then click the `+` button.
2. Input you connect info then click connect.
![connection](images/connection.jpg) ![connection](images/connection.jpg)
## View Table ## View Table
* Click Table To Open Query page and Load data
1. Click Table To Open Query page and Load data.
2. You can do data modification on query page.
![query](images/QueryTable.jpg) ![query](images/QueryTable.jpg)
## Exeucte Sql
## Execute Sql
* In MySQL Pannel, Click `New Query` button. * In MySQL Pannel, Click `New Query` button.
![newquery](images/newquery.jpg) ![newquery](images/newquery.jpg)
* This will change active database. * This will change active database.
* Now Tou can enjoy Intelli SQL code in Editor.
* Now You can enjoy Intelli SQL code in Editor.
* Click Run Button or Press `F9` to Execute. * Click Run Button or Press `F9` to Execute.
![run](images/run.jpg) ![run](images/run.jpg)
## History
- Click history button to open run history record.
![history](images/history.jpg)
## Backup/Import ## Backup/Import
* Move to DatabaseNode/TableNode, Right click to open menu * Move to DatabaseNode/TableNode, Right click to open menu
![bakcup](images/Backup.jpg)
![bakcup](images/Backup.jpg)
## Suprise
* You can find suprise when right click on node.
![suprise](images/surprise.jpg)

BIN
images/QueryTable.jpg

Before

Width: 1546  |  Height: 942  |  Size: 84 KiB

After

Width: 1147  |  Height: 613  |  Size: 56 KiB

BIN
images/connection.jpg

Before

Width: 1004  |  Height: 1009  |  Size: 45 KiB

After

Width: 777  |  Height: 442  |  Size: 20 KiB

BIN
images/history.jpg

After

Width: 1237  |  Height: 527  |  Size: 73 KiB

BIN
images/run.jpg

Before

Width: 1401  |  Height: 316  |  Size: 13 KiB

After

Width: 564  |  Height: 390  |  Size: 6.8 KiB

BIN
images/surprise.jpg

After

Width: 268  |  Height: 606  |  Size: 21 KiB

Loading…
Cancel
Save