TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mongodb ODM for Golang

2 点作者 farnoud超过 5 年前

2 条评论

farnoud超过 5 年前
MGM is model based and makes search and aggregate super easy to do in Golang. It&#x27;s easy to config Mongo&#x27;s go driver.<p>All Mongo operators are predefined so you don&#x27;t have to hard code them.<p>It also has hooks for all the CRUD functions. You can do anything before&#x2F;after all operations.<p>this is the first Golang ODM wrapper for Mongo DB.<p>give it a try and let us know what you think :)
mehran-prs超过 5 年前
It&#x27;s the first ODM wrapper for the Official Mongo Go Driver.