# Go_Mybatis **Repository Path**: php_project/Go_Mybatis ## Basic Information - **Project Name**: Go_Mybatis - **Description**: 将数据库中的表字段转换为对应的model - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-24 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go_Mybatis #### 介绍 将数据库中的表字段转换为对应的model #### 软件架构 软件架构说明 #### 安装依赖包 1. github.com/jinzhu/gorm 2. github.com/jinzhu/gorm/dialects/mysql #### 使用说明 1. 源码中test文件夹下是测试用的主函数。 2. 运行项目按提示进行输入。每次输入的含义如下截图: https://gitee.com/php_project/Go_Mybatis/blob/master/test/explain.png #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request