1THIS IS UNMAINTAINED
2--------------------
3
4Seven years after creating the mgo driver, I'm formally pausing my work on its maintenance.
5There are multiple reasons for that, but the main ones are that I've stopped using MongoDB
6for any new projects, and supporting its good community was taking too much of my
7personal time without a relevant benefit for those around me.
8
9Moving forward I would suggest you to look at one of these options:
10
11  * [globalsign/mgo](https://github.com/globalsign/mgo) - Community supported fork of mgo.
12  * [BoltDB](https://github.com/coreos/bbolt) - Single file in-memory document database for Go.
13  * [Badger](https://github.com/dgraph-io/badger) - Fast in-memory document database for Go.
14  * [DGraph](https://github.com/dgraph-io/dgraph) - Distributed graph database on top of Badger.
15  * [lib/pq](https://github.com/lib/pq) - PostgreSQL driver in pure Go.
16
17For technical questions related to mgo, [Stack Overflow](https://stackoverflow.com/questions/tagged/mgo)
18is the best place to continue obtaining support from the community.
19
20For personal contact, gustavo at http://niemeyer.net.
21