current location:Home > Technical Articles > Database > MongoDB
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Detailed explanation of the characteristics, principles, usage scenarios, and application cases of MongoDB
- MongoDB is a product between a relational database and a non-relational database. It is the most feature-rich among non-relational databases and is most similar to a relational database. The data structure it supports is very loose and is a bson format similar to json, so it can store more complex data types.
- MongoDB 7362 2020-08-19 11:51:53
-
- A popular explanation of the concepts of MongoDB databases, collections, and documents
- For relational databases, we know that there are multiple tables in the database and multiple rows of data in the data tables. For MongoDB, there are multiple collections in the database, and the collections contain multiple documents. The database concept of MongoDB is similar to that of Mysql. Each database can set independent permissions.
- MongoDB 4040 2020-08-19 11:32:52