gorm缺陷

  1. gorm不支持map [string]interface{},编写>= like
gorm查询的时候where条件使用map[string]interface{}格式,如何编写大于等于或者like的条件?

  1. gorm Raw 统计
db.Raw("select count(1) as total from user").Count(&count)

    推荐阅读