Skip to content

nexcode/mgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old MongoDB driver for Go

This is a drop-in replacement to github.com/globalsign/mgo.

Installation

Add the following line to your project go.mod file:

replace github.com/globalsign/mgo => github.com/nexcode/mgo latest

and run:

go mod tidy

Changes

  • Fixed a critical bug where the driver ignored consistency settings

About

Old MongoDB driver for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.8%
  • Other 2.2%