MongoDB¶
Resources¶
Articles¶
- Introduction to MongoDB
- Getting Started MongoDB
- BSON Types
- Apis Quick Reference
- Work with BSON
- BSON Types
Libraries¶
- mongodb/mongo-go-driver - The Go driver for MongoDB
- Kamva/mgm - Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver)
- benweissmann/memongo - Easily run an in-memory MongoDB server for your Go unit tests