jiangz222 / mgo

The MongoDB driver for Go. UNMAINTAINED - SEE BELOW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS IS UNMAINTAINED

Seven years after creating the mgo driver, I'm formally pausing my work on its maintenance. There are multiple reasons for that, but the main ones are that I've stopped using MongoDB for any new projects, and supporting its good community was taking too much of my personal time without a relevant benefit for those around me.

Moving forward I would suggest you to look at one of these options:

  • globalsign/mgo - Community supported fork of mgo.
  • BoltDB - Single file in-memory document database for Go.
  • Badger - Fast in-memory document database for Go.
  • DGraph - Distributed graph database on top of Badger.
  • lib/pq - PostgreSQL driver in pure Go.

For technical questions related to mgo, Stack Overflow is the best place to continue obtaining support from the community.

For personal contact, gustavo at http://niemeyer.net.

About

The MongoDB driver for Go. UNMAINTAINED - SEE BELOW

License:Other


Languages

Language:Go 97.7%Language:C 1.1%Language:JavaScript 0.8%Language:Shell 0.5%Language:Makefile 0.0%