Registry / database / globalsign-mgo

globalsign-mgo

JSON →
library0.0.0-20190517090918-73267e130ca1gogounverified

A rich MongoDB driver for Go, providing a high-level API for database operations.

go get github.com/globalsign/mgo
INSTALL
IMPORT
SIG · GLOBALSIGN-MGO
G
globalsign-mgo
databasegov0.0.0-20190517090918-73267e130ca1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mgo
github.com/globalsign/mgo

Connect to a MongoDB instance

package main import ( "fmt" "github.com/globalsign/mgo" ) func main() { session, err := mgo.Dial("localhost") if err != nil { panic(err) } defer session.Close() fmt.Println("Connected to MongoDB") }
Debug
Known issues
breakingThis fork is no longer actively maintained; consider using the official MongoDB Go driver.
fix
Migrate to go.mongodb.org/mongo-driver
affects: >=0.0.0
Upgrade
Version history
0.0.0-20190517090918-73267e130ca1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
globalsign-mgo — go get globalsign-mgo · libregistry