We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
仓库地址:https://github.com/chenmingyong0423/go-mongox 中文文档地址:https://github.com/chenmingyong0423/go-mongox/blob/dev/README-zh_CN.md
go-mongox 基于 泛型 对 MongoDB 官方框架进行了二次封装,它通过使用链式调用的方式,让我们能够丝滑地操作文档。同时,其还提供了多种类型的 bson 构造器,帮助我们高效的构建 bson 数据。
go-mongox
MongoDB
bson
文档的 crud 操作 聚合操作 构造 bson 数据 ······
The text was updated successfully, but these errors were encountered:
No branches or pull requests
仓库地址: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 数据
······
The text was updated successfully, but these errors were encountered: