# gin_orm_sqlx **Repository Path**: little_tao/gin_orm_sqlx ## Basic Information - **Project Name**: gin_orm_sqlx - **Description**: 主要是用来练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, Gin, gorm, sqlx ## README # ginweb #### 介绍 联系gin框架基础上,使用gorm和sqlx来练习 #### 软件架构 1.使用了gin框架 2.使用了gorm和sqlx这两个包 3.加入了日志处理 4.加入了viper,zap包的使用 #### 安装教程 1. 下载gin框架 2. 执行 go mod tidy 命令 3. 运行 go run main.go 命令即可