Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 434 Bytes

Mongo Driver example (Golang)


This example is taken from real production project.

This includes implementation of most of the functionalities used in project using mongo-driver.

Are you looking to introduce new and featured mongodb driver in your project?

Here is the example I implemented in my project.

I used latest mongo driver :- https://github.com/mongodb/mongo-go-driver

Kindly report issues if you found any. :)