1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00

添加连接池版本显示

This commit is contained in:
2022-02-23 02:49:52 +08:00
parent c653391652
commit 5dfdbe9da5
2 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -30,12 +30,12 @@
- 查看插件指令帮助。
# version
- 查看当前插件版本与核心库(EasySQL)版本。
- 查看当前插件核心库(EasySQL)与连接池依赖版本。
# list
- 列出当前所有的数据源管理器与相关信息。
# stats <数据源名称>
# info <数据源名称>
- 查看指定数据源的统计信息与当前仍未关闭的查询。
```