This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

View File

@@ -0,0 +1,18 @@
# cool-admin-go mysql 驱动包
扩展了 GoFrame mysql ,集成了 gorm相关功能.
## 使用方法
引入规则应早于 `modules`相关引入,建议在 main.go 中进行引入
```go
import (
_ "github.com/cool-team-official/cool-admin-go/contrib/drivers/mysql"
// 换行然后再入模块包,防止编辑器自动排序导致引入顺序错乱
_ "github.com/cool-team-official/cool-admin-go/modules/base"
)
```
## 配置