本项目收集了作为插件使用的多个通用组件,用于增强应用程序的功能。
dameng: 达梦数据库适配excel: Excel 文件处理mysql: MySQL 数据库适配redis: Redis 缓存适配(支持单机与集群)local-fs: 本地文件系统操作pgsql: PostgreSQL 数据库适配- ... 其他组件
- Go版本: >= 1.25
- 依赖管理: Go Modules
本项目使用 Makefile 进行管理。
# 更新所有依赖
make update-depend
# 编译所有插件 (.so 文件)
make build-plugins
# 安全检查
make govulncheck
make gosec