I want to be able to read and write entire database collections from my local terminal.
Use case 1: I want to sync the production database into my local computer. My current data should be stashed so I can re-apply it. Can be solved by pulling the data over API or mongoexport + download + mongoimport into my database. The current database can be moved to another temporary collection.
I want to be able to read and write entire database collections from my local terminal.
Use case 1: I want to sync the production database into my local computer. My current data should be stashed so I can re-apply it. Can be solved by pulling the data over API or mongoexport + download + mongoimport into my database. The current database can be moved to another temporary collection.