CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
mongo-shell
09-01
OS
How to store the aggregation result to a var in mongo shell and use it again
08-25
database
how can I modify a field name / key in a nested array of objects in mongodb?
08-25
database
How to update nested documents in an array in mongodb document without using positional operator $?
08-17
OS
mongosh is a valid command but mongo is not found
07-23
database
How to create a GridFSBucket and add a file in this a bucket with mongosh?
07-15
Software engineering
Not able to connect to mongodb running in VM (virtual Machine) from local system
05-29
Mobile
MongoDB Shell NumberInt type equal
05-17
Software design
How do I merge two different collections of same database into a new collection having similar field
04-30
Enterprise
$concat for one field in mongosh updateOne method
03-27
Back-end
Is there a way to standardize mongosh JSON output?
03-10
Enterprise
$pull doesn't work the same in Go with mongo-driver and in Mongosh
03-04
database
copying values inside a record from one key to other in mongodb
12-21
Mobile
MongoDb - Update all properties in an object using MongoShell
12-15
database
$pull works in mongosh but not in mongoose
12-02
Back-end
MongoDB how to change field type in array from string to array and keep original value
11-24
front end
timeoutError - MongoServerSelectionError: connect ECONNREFUSED ::1:27017 - [NodeJS MongoDB]
11-20
Net
When attempting to add _ids to subdocuments the new _ids are all the same. How can I make them uniqu
11-17
Enterprise
Mongodb Aggregate - How can i filter an array by multilpe array indexes?
10-31
database
grantRolesToUser fails with error "Could not find role: root"
10-14
OS
Mongo shell throws "ReferenceError db is not defined" even when I am connected and using t
10-06
OS
MongoDB: returning dynamic field from the result
09-28
OS
Count collections on database mongoDB
09-28
OS
I can’t install mongodb: E: Unable to locate package mongodb-org
09-26
Back-end
MongoDB: How to take multiple fields within a document and output their values into an array (as a n
09-22
Mobile
Connect to Mongo Router inside Docker container from remote host
09-21
Net
In "mongosh", how do I delete all databases without deleting the typical "admin"
09-16
Software design
Replace all the same words in mongoDB using REGEX
09-16
Back-end
Using a JS function and regex in MongoDB to match fields
Links:
CodePudding