没找到golang gorm的分库分表组件,自己写了供参考。
1.拉取代码
$ git clone https://gitee.com/lemontree/gorm-sharding.git
2.安装拓展
$ cd gorm-sharding $ go mod tidy $ go mod vendor
3.手动创建测试分库分表
4.修改LoadDb数据库链接
5.多数源配制方法可参考我提交的另一个仓库,go-admin-template