Skip to content

madkins23/go-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mongo

Provides some potentially useful functionality wrapped around the MongoDB go driver.

See the source or godoc for documentation.

Go Report Card GitHub GitHub release (latest by date) Go Reference

Package mdb

Provides infrastructure for connecting to a Mongo database and collections. Collections can be untyped (i.e. interface{}) or typed using generics. Support is provided for defining indexes at the time of collection creation. Collections support a simplified set of functionality and the basic mongo.collection functionality is always accessible.

Package mdbson

Supports marshaling and unmarshaling structs with fields that are interfaces.1

Footnotes

  1. This is implemented the same way as madkins23/go-serial

About

Tools for using Mongo DB

Resources

License

Stars

Watchers

Forks

Packages

No packages published