英文: How to implement preloading in gorm 问题 我正在使用gorm。 我遇到了以下问题,希望有人能帮助我解决或更详细地解释一下: type User struct...
使用Golang的gorm库构建自定义查询。
英文: Build custom query with gorm Golang lib 问题 我正在使用http://jinzhu.me/gorm/crud.html#query。 我想根据一些自定义...
结合使用GO GIN-GONIC、GORM和VALIDATOR.V2。
英文: combining GO GIN-GONIC GORM and VALIDATOR.V2 问题 我对Go还不太熟悉,但我可以帮你翻译你提供的内容。以下是翻译的结果: 我对Go还不太熟悉,我想通...
How to skip JSON fields in Struct on input and display them on output, and accept certain fields in input and skip them in output in Golang?
英文: How to skip JSON fields in Struct on input and display them on output, and accept certain fields...
Golang数据库管理器API概念,类型断言出错。
英文: Golang database manager api concept, error with type assertion 问题 创建一个用于通过API获取数据的数据库管理器API的基本概念...
Golang gorm时间数据类型转换
英文: Golang gorm time data type conversion 问题 情况: 我正在使用一个 postgres 数据库,并且有以下的结构: type Building struct...
Golang GORM 多对多反向引用
英文: golang gorm many to many back reference 问题 我有这些模型,是多对多的关系,并且我想获取与一组标签匹配的所有GIF。 type Tag struct {...
我不理解数据库结构中那些’ ‘字段的含义,它们的目的是什么。
英文: I dont understand what those '' field mean in a structure for database, what it is the p...
golang -> gorm: How I can use sql.NullInt64 to be int(10) in mysql?
英文: golang -> gorm: How I can use sql.NullInt64 to be int(10) in mysql? 问题 以下是翻译好的内容: type Contac...
Golang gorm模拟测试
英文: Golang gorm mocking 问题 我在我的项目中使用gorm。我能否在没有数据库连接的情况下对这个数据库 orm 进行测试模拟?我们在 CI 工具中遇到了问题,因为我没有数据库或者...
47