英文:
MongoDB - Golang Library
问题
有没有官方的Golang库适用于MongoDB?我正在使用最新发布的Mongo版本-3.4。
我找到的最好的选择是:
然而,这个库自2015年末以来就没有发布过更新版本了。
谢谢!
英文:
Is there an official golang library for MongoDB? I am using the latest version of Mongo just released - 3.4.
Best I can find is:
However this hasnt had a release since late 2015?
Thanks!
答案1
得分: 2
mgo是由社区开发的驱动程序(由Canonical的工程师Gustavo Niemeyer维护),mgo在mongodb的官方文档中被引用:
https://docs.mongodb.com/ecosystem/drivers/#community-supported-drivers
最后更新是在2016年8月(今年):
https://github.com/go-mgo/mgo
英文:
mgo is the driver developed by Community (maintained by Gustavo Niemeyer, an engineer at Canonical), mgo is quoted in the official documentation of mongodb:
https://docs.mongodb.com/ecosystem/drivers/#community-supported-drivers
Last update was August/2016 (this year):
https://github.com/go-mgo/mgo
答案2
得分: 2
是的,有一个官方的Golang库用于MongoDB。你可以在GoDoc: mongo-go-driver或Github: mongodb/mongo-go-driver上找到它。
这个新的MongoDB官方驱动程序于2018年2月19日发布,目前仍处于alpha版本。想要了解更多信息,你也可以参考博客:考虑引入官方的Golang MongoDB驱动程序对社区的影响。
英文:
> Is there an official golang library for MongoDB
Yes, there is: GoDoc: mongo-go-driver or see Github: mongodb/mongo-go-driver.
The new MongoDB official driver was released on 19th Feb 2018. Currently still in alpha version.
For more information see also Blog: Considering The Community Effects of Introducing An Official Golang MongoDB Driver
答案3
得分: 0
最新回答你的问题是'是'。
MongoDB官方的Golang驱动程序在2019年3月13日发布了v1.0.0版本。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论