docs/core/gdb-chaining-query-scan #73
Replies: 1 comment 2 replies
-
Order排序似乎有问题, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/core/gdb-chaining-query-scan
在GoFrame框架中使用Scan方法进行ORM查询的技巧,主要包括如何将查询结果转换为struct对象和struct数组。通过示例代码说明了Scan方法的用法,如单条记录转换为struct对象、多条记录转换为struct数组等,帮助用户有效地处理数据库查询结果。
https://goframe.org/docs/core/gdb-chaining-query-scan
Beta Was this translation helpful? Give feedback.
All reactions