mongodb

MongoDB is a free and open-source document-oriented database program that is used for storing and retrieving data. It is classified as a NoSQL database program, meaning that it does not use the traditional SQL relational database structure. Instead, MongoDB uses JSON-like documents with optional schemas to store data. This makes it easier to work with data that is unstructured or has a complex structure, and it allows for faster development and deployment of applications.
mongodb
Aug
22

MongoDB Computed Pattern

1 min read
Mar
24

I switched from MySQL to MongoDB and you should too.

4 min read