diff --git a/LICENSE b/LICENSE index 57036ff..6a89526 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 57bc405..d32cbd0 100644 --- a/README.md +++ b/README.md @@ -7,39 +7,48 @@ MySQL Client For Visual Studio Code > 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 -* 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) ## 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) -## Exeucte Sql +## Execute Sql * In MySQL Pannel, Click `New Query` button. ![newquery](images/newquery.jpg) * 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. ![run](images/run.jpg) +## History +- Click history button to open run history record. +![history](images/history.jpg) ## Backup/Import * Move to DatabaseNode/TableNode, Right click to open menu -![bakcup](images/Backup.jpg) \ No newline at end of file +![bakcup](images/Backup.jpg) + +## Suprise +* You can find suprise when right click on node. + +![suprise](images/surprise.jpg) diff --git a/images/QueryTable.jpg b/images/QueryTable.jpg index 945d065..881caa7 100644 Binary files a/images/QueryTable.jpg and b/images/QueryTable.jpg differ diff --git a/images/connection.jpg b/images/connection.jpg index 29864bc..4c72977 100644 Binary files a/images/connection.jpg and b/images/connection.jpg differ diff --git a/images/history.jpg b/images/history.jpg new file mode 100644 index 0000000..a5a7612 Binary files /dev/null and b/images/history.jpg differ diff --git a/images/run.jpg b/images/run.jpg index b96fa45..8c9e03a 100644 Binary files a/images/run.jpg and b/images/run.jpg differ diff --git a/images/surprise.jpg b/images/surprise.jpg new file mode 100644 index 0000000..4eab806 Binary files /dev/null and b/images/surprise.jpg differ