Kaynağa Gözat

增加数据库管理工具

visuddhinanda 4 yıl önce
ebeveyn
işleme
df4cfde2fa
2 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 4 1
      README.md
  2. 1 1
      docker/README.md

+ 4 - 1
README.md

@@ -12,7 +12,7 @@ cd mint; mkdir tmp; chown -R www:www tmp
 
 
 ### 工具
 ### 工具
 
 
-推荐使用 **VSCode**, 常用插件列表
+#### 推荐使用 **VSCode**, 常用插件列表
 
 
 -   [ESLint](https://github.com/Microsoft/vscode-eslint)
 -   [ESLint](https://github.com/Microsoft/vscode-eslint)
 -   [Rust(rls)](https://github.com/rust-lang/rls-vscode)
 -   [Rust(rls)](https://github.com/rust-lang/rls-vscode)
@@ -22,6 +22,9 @@ cd mint; mkdir tmp; chown -R www:www tmp
 -   [Prettier - Code formatter](https://github.com/prettier/prettier-vscode)
 -   [Prettier - Code formatter](https://github.com/prettier/prettier-vscode)
 -   [SQL Formatter](https://github.com/kufii/vscode-sql-formatter)
 -   [SQL Formatter](https://github.com/kufii/vscode-sql-formatter)
 
 
+#### 数据库管理工具
+- [通用数据库管理工具-dbeaver](https://github.com/dbeaver/dbeaver)
+- [redis图形界面工具-RedisDesktopManager](https://github.com/uglide/RedisDesktopManager)
 ### Git commit message 规范
 ### Git commit message 规范
 
 
 -   遵循 git pull request 流程
 -   遵循 git pull request 流程

+ 1 - 1
docker/README.md

@@ -24,7 +24,7 @@
   # connect to redis
   # connect to redis
   > redis-cli
   > redis-cli
   # connect to postgresql
   # connect to postgresql
-  > psql -U postgres -h 127.0.0.1 -p 5433 
+  > psql -U postgres -h 127.0.0.1 -p 5432
   ```
   ```
 
 
   ![start](documents/start.png)
   ![start](documents/start.png)