what is mongodb
MongoDB is a general purpose,
document-based,
distributed database
built for modern application developers and for the cloud era.
No database makes you more productive.
what is mongodb
MongoDB is a general purpose,
document-based,
distributed database
built for modern application developers and for the cloud era.
No database makes you more productive.
mongoDB
MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License.
mongodb
Simple database that is easy to use due to its schemaless structure
mongodb
MongoDB is a source-available cross-platform document-oriented database program.
Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.
MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License.
- Wikipedia
mongodb
mongodb shell -> you need this for type command, go to mongodb center download it
Command:
+ show dbs -> display all db in local/server
+ insertOne -> insert one row to db
db.users.insertOne({name: 'vilh', lang:['php', 'c#'], addr: {zip: 201, country: 'VietNam'} })
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us