eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Database tools locally and remote #176

Open eldoy opened 3 months ago

eldoy commented 3 months ago

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.