diff --git a/README.md b/README.md index 7154137..684a45e 100644 --- a/README.md +++ b/README.md @@ -4606,6 +4606,13 @@ func main() {
What are the advantages of MongoDB? Or in other words, why choosing MongoDB and not other implementation of NoSQL?
+ +MongoDB advantages are as followings: +- Schemaless +- Easy to scale-out +- No complex joins +- Structure of a single object is clear +