Summary Salable nosql, schema less, database.
Interacting with database with CLI, shell, using mongosh docker exec -it mongo mongosh # to see databases show dbs # to select one db use tfarraj-dev # to see tables show tabels # or show collection # to see table columns by priniting one record db.videos.findOne() Mongoose: object modeling Mongoose is an Object Data Modeling (ODM) library for MongoDB and Node.js. It manages relationships between data, provides schema validation, and is used to translate between objects in code and the representation of those objects in MongoDB....