Skip to content

Commit

Permalink
Update: 增加两个数据库管理工具并更新目录索引
Browse files Browse the repository at this point in the history
  • Loading branch information
KISSMonX authored and yangwenmai committed Aug 27, 2018
1 parent a504196 commit e4aad21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
## 2. 日常讨论总结

- [2018-08-24 数据库管理工具 GUI&CLI](./discuss/2018-08-24-wechat-discuss.md)
- [2018-08-23 博客平台的选择 && kafka && nats && spinning threads讨论](./discuss/2018-08-23-wechat-discuss.md)
- [2018-08-15 一篇 zap 日志库引发的激烈讨论,以及 sync.Pool 到底是用来干嘛的?](./discuss/2018-08-15-wechat-discuss.md)
- [2018-08-14 做实时语音流,用什么来做比较好?rtmp?还是ws?Go 从 1.5 开始默认使用了 CPU 核数?etcd相关讨论](./discuss/2018-08-14-wechat-discuss.md)
Expand Down
11 changes: 6 additions & 5 deletions discuss/2018-08-24-wechat-discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

### 工具推荐

1. SequelPro(MySQL Client GUI)
2. Robot 3T(MongoDB Client GUI)
3. mycli(MySQL command line client)
4. Navicat Premium(DB Client GUI)

1. [SequelPro(MySQL Client GUI)](https://www.sequelpro.com/)
2. [Robot 3T(MongoDB Client GUI)](https://robomongo.org/)
3. [mycli(MySQL command line client)](https://www.mycli.net/)
4. [Navicat Premium(DB Client GUI)](https://www.navicat.com/en/products/navicat-premium)
5. [DataGrip: Database management systems by JetBrains](https://www.jetbrains.com/datagrip/)
6. [SQLyog is an all-round Management Tool (/'GUI'/'Frontend') for MySQL](https://www.webyog.com/)
1 change: 1 addition & 0 deletions discuss/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 日常技术讨论总结

- [2018-08-24 数据库管理工具 GUI&CLI](./discuss/2018-08-24-wechat-discuss.md)
- [2018-08-23 博客平台的选择 && kafka && nats && spinning threads讨论](./2018-08-23-wechat-discuss.md)
- [2018-08-15 一篇 zap 日志库引发的激烈讨论,以及 sync.Pool 到底是用来干嘛的?](./2018-08-15-wechat-discuss.md)
- [2018-08-14 做实时语音流,用什么来做比较好?rtmp?还是ws?Go 从 1.5 开始默认使用了 CPU 核数?etcd相关讨论](./2018-08-14-wechat-discuss.md)
Expand Down
2 changes: 2 additions & 0 deletions other/db-client-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
2. [Robot 3T(MongoDB Client GUI)](https://robomongo.org/)
3. [mycli(MySQL command line client)](https://www.mycli.net/)
4. [Navicat Premium(DB Client GUI)](https://www.navicat.com/en/products/navicat-premium)
5. [DataGrip: Database management systems by JetBrains](https://www.jetbrains.com/datagrip/)
6. [SQLyog is an all-round Management Tool (/'GUI'/'Frontend') for MySQL](https://www.webyog.com/)

0 comments on commit e4aad21

Please sign in to comment.