docs/core/gdb-practice-using-json-for-complicated-field #203
Replies: 1 comment
-
这块文档有点问题,扩展结构体被覆盖字段要加上orm tag才能Insert type SellSpecItem struct { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/core/gdb-practice-using-json-for-complicated-field
在数据库设计中使用JSON格式存储复杂类型数据的优势,主要通过GoFrame框架实现自动化转换,从而简化代码。以产品售卖规格为例,通过定义和使用Go结构体实现数据库的增删查改,避免自定义解析的复杂操作。此外,详细展示了如何在Go应用中进行数据写入和查询,确保高效率的数据处理过程。
https://goframe.org/docs/core/gdb-practice-using-json-for-complicated-field
Beta Was this translation helpful? Give feedback.
All reactions