# MongoDB Playground

We use MongoDB at Snappy, and we repeatedly create new migration scripts or scripts that export data, sometime different developers will create very similar scripts, so one weekend I decided to create a tool, we all can use to prototype our MongoDB queries, share, and export data.

Build using electron framework.

[GitHub repo](https://github.com/niradler/mongo-playground)

### Features

*   File editor
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1669977339823/_NS18Mrne.png align="left")

*   Export code to a runnable script.
    
*   Format code
    
*   Query Builder
    
*   Manage connections
    
*   manage snippets (sync with GitHub gist)
    

### Demo

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1669976871969/qU-2ZaS41.gif align="left")
