# gorm-example **Repository Path**: licheng1013/gorm-example ## Basic Information - **Project Name**: gorm-example - **Description**: gorm示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2022-11-22 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gorm ## 介绍 - Gorm插件的示例代码 - 此仓库将移动至Github: [https://github.com/licheng1013/gorm-example](https://github.com/licheng1013/gorm-example) ## 文档 - **Github的文档优先更新** - Github: [https://licheng1013.github.io/plugins/gorm.html](https://licheng1013.github.io/plugins/gorm.html) - Gitee: [https://licheng1013.gitee.io/plugins/gorm.html](https://licheng1013.gitee.io/plugins/gorm.html) ## 如何使用示例项目 - 创建数据库 t_gorm - 导入项目的sql文件到该数据库中 - **数据库的配置在项目的config/mysql下,你需要手动修改下** - [https://gitee.com/licheng1013/gorm-example/blob/master/config/mysql.go](https://gitee.com/licheng1013/gorm-example/blob/master/config/mysql.go) ## 备注 - 请使用最新Goland正式版 - 2022.3 及以上 ## 提示 - ~~如果你的包路径与本项目中的不一样,那就得每次去生成的代码手动修改下。~~(已支持自定义模板了)