Browse Source

update readme

pull/88/head
cweijan 5 years ago
parent
commit
9e96a0cc1c
  1. 2
      CHANGELOG.md
  2. 1
      README.md

2
CHANGELOG.md

@ -1,6 +1,6 @@
# CHANGELOG
## 2..8 - 2020/11/29
## 2.8 - 2020/11/29
- Support change active database from status bar.
- Support export view, procedure, function.
- Fix multi query page database change.

1
README.md

@ -77,6 +77,7 @@ OpenSetting -> extensions -> Mysql
# Credits
- [vscode-mysql](https://github.com/formulahendry/vscode-mysql): The original version of this extension.
- [node-mysql2](https://github.com/sidorares/node-mysql2) : Core connect lib.
- [mysqldump](https://github.com/bradzacher/mysqldum): Use it to export data.
## RoadMap

Loading…
Cancel
Save