update docs/zh/base/query.md.

对游标操作增加了 Mybatis-Flex-Reactor 的推荐

Signed-off-by: 林钟一六 <1477007136@qq.com>
This commit is contained in:
林钟一六 2024-08-05 07:25:10 +00:00 committed by Gitee
parent cd2d515ffd
commit 77992e60a9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -53,6 +53,11 @@ Db.tx(() -> {
- 1、数据查询并写入到缓存
- 2、Excel 导出等
你还可以使用 Mybatis-Flex-Reactor flex 响应式拓展包),内部将游标操作封装成了 Flux 对象,可以有更好的游标操作体验。
详情可见:
[Gitee](https://gitee.com/goxiaogle/mybatis-flex-reactor)
[Github](https://github.com/Goxiaogle/mybatis-flex-reactor)
## 查询 Map 集合
```java