• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bson/H05-Jul-2018-

dbtest/H05-Jul-2018-

harness/H05-Jul-2018-

internal/H05-Jul-2018-

txn/H03-May-2022-

.travis.ymlH A D05-Jul-20181 KiB

LICENSEH A D05-Jul-20181.3 KiB

MakefileH A D05-Jul-201867

README.mdH A D05-Jul-20181.1 KiB

auth.goH A D05-Jul-201812.1 KiB

auth_test.goH A D05-Jul-201831.1 KiB

bulk.goH A D05-Jul-20189.8 KiB

bulk_test.goH A D05-Jul-201813.7 KiB

cluster.goH A D05-Jul-201818.9 KiB

cluster_test.goH A D05-Jul-201853.5 KiB

doc.goH A D05-Jul-20181.3 KiB

export_test.goH A D05-Jul-2018586

gridfs.goH A D05-Jul-201820.7 KiB

gridfs_test.goH A D05-Jul-201815.8 KiB

log.goH A D05-Jul-20183.8 KiB

queue.goH A D05-Jul-20182.8 KiB

queue_test.goH A D05-Jul-20182.7 KiB

raceoff.goH A D05-Jul-201857

raceon.goH A D05-Jul-201855

saslimpl.goH A D05-Jul-2018224

saslstub.goH A D05-Jul-2018194

server.goH A D05-Jul-201812.1 KiB

session.goH A D05-Jul-2018145.3 KiB

session_test.goH A D05-Jul-2018102.6 KiB

socket.goH A D05-Jul-201818 KiB

stats.goH A D05-Jul-20183.4 KiB

suite_test.goH A D05-Jul-20185.9 KiB

syscall_test.goH A D05-Jul-2018218

syscall_windows_test.goH A D05-Jul-2018181

README.md

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