db
db copied to clipboard
Mongo driver unmaintained
Is the mongo driver you guys are using maintained? It seems not https://github.com/go-mgo/mgo/blob/v2-unstable/README.md
Also, what is the recommended way to do a join? Should I use the driver itself? Right now I am making multiple queries instead of aggregating the results. I understand the SQLBuilder isn't supported but there must be some workaround