Browse Source

feat(server): 新增达梦数据库支持

- 在 CHANGELOG-BETA.md 中添加了对达梦数据库支持的新增功能说明
- 更新了 storage-module-dameng/README.md,修正了文件标题并移除了不必要的 MySQL 相关内容
bwcx_jzy 5 tháng trước cách đây
mục cha
commit
ec731d5b3e
2 tập tin đã thay đổi với 2 bổ sung10 xóa
  1. 1 0
      CHANGELOG-BETA.md
  2. 1 10
      modules/storage-module/storage-module-dameng/README.md

+ 1 - 0
CHANGELOG-BETA.md

@@ -4,6 +4,7 @@
 
 ### 🐣 新增功能
 
+1. 【server】新增 数据库支持使用达梦数据库(感谢@W)
 
 ### 🐞 解决BUG、优化功能
 

+ 1 - 10
modules/storage-module/storage-module-dameng/README.md

@@ -1,4 +1,4 @@
-# mysql
+# dameng
 
 https://juejin.cn/post/7318446303536594953
 
@@ -6,13 +6,4 @@ https://eco.dameng.com/community/training/afa88aa3975bf73c08a7d9058310e511
 
 ```shell
 docker run -d -p 5236:5236 --restart=always --name dameng --privileged=true -e PAGE_SIZE=16 -e LD_LIBRARY_PATH=/opt/dmdbms/bin -e INSTANCE_NAME=dm8db xuxuclassmate/dameng
-
-```
-
-```shell
- mysql -u root -p'k@4Qoi6qdV#OYjQd'
 ```
-
-```shell
-create database if not exists jpom default character set utf8mb4;
-```