golangweekly icon indicating copy to clipboard operation
golangweekly copied to clipboard

【开源自荐】go-mongox:简单高效,让文档操作和 bson 数据构造更流畅

Open chenmingyong0423 opened this issue 7 months ago • 0 comments

仓库地址:https://github.com/chenmingyong0423/go-mongox 中文文档地址:https://github.com/chenmingyong0423/go-mongox/blob/dev/README-zh_CN.md

介绍

go-mongox 基于 泛型MongoDB 官方框架进行了二次封装,它通过使用链式调用的方式,让我们能够丝滑地操作文档。同时,其还提供了多种类型的 bson 构造器,帮助我们高效的构建 bson 数据。

功能

文档的 crud 操作 聚合操作 构造 bson 数据 ······

chenmingyong0423 avatar Nov 14 '23 01:11 chenmingyong0423