Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

mgo

> 编程语言
Open source

The MongoDB driver for Go. UNMAINTAINED - SEE BELOW

2.7K stars0 likes0 views
WebsiteGitHub

About

The MongoDB driver for Go. UNMAINTAINED - SEE BELOW

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.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •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.

> Tags

Go

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言