gorm
已收录文章:50篇
-
1. 连接数据库 要连接到数据库首先要导入驱动程序。例如 import _ "github.com/go-sql-driver/mysql" 为了方便记住导入路径,GORM包装了一些驱动。 import _ "github.com/jinzhu/gorm/dialects/mysql" // import _ "github.com/293 收藏
-
计算表lb_ytt_user_money_log 中,字段money的和 代码如下: var total_money []int sqlstr := `select SUM(money) as total_money from lb_ytt_user_money_log where user_id = ? and l_type = 1 and status=1 and (create_time> ? an285 收藏