MongoDB – Golang库

huangapple go评论83阅读模式
英文:

MongoDB - Golang Library

问题

有没有官方的Golang库适用于MongoDB?我正在使用最新发布的Mongo版本-3.4。

我找到的最好的选择是:

https://labix.org/mgo

然而,这个库自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:

https://labix.org/mgo

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-driverGithub: 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版本。

你可以在GitHub上看到使用它的步骤,也可以在godoc上找到相关信息。

英文:

Latest answer to your question is 'Yes'.

MongoDB official driver for Golang is released its v1.0.0 in 13th March 2019

You can see the steps to use it on github as well as in godoc

huangapple
  • 本文由 发表于 2016年12月17日 21:48:36
  • 转载请务必保留本文链接:https://go.coder-hub.com/41199258.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定