Explorar o código

增加数据库管理工具

visuddhinanda %!s(int64=4) %!d(string=hai) anos
pai
achega
df4cfde2fa
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  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)
 -   [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)
 -   [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 pull request 流程

+ 1 - 1
docker/README.md

@@ -24,7 +24,7 @@
   # connect to redis
   > redis-cli
   # 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)