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!
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
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