vaisakhsasikumar / my-electron-app

A desktop application built with Electron that allows users to run a given MongoDB find queries and view the results in JSON format.
Apache License 2.0
0 stars 3 forks source link

Add Database settings #12

Closed MartynovIvan closed 14 hours ago

MartynovIvan commented 2 days ago

Add Settings into menu settings:

- Mongo URI
- Database
- Collection
vaisakhsasikumar commented 2 days ago

I think we could have env variable or file based settings where we store these data. If its missing we use the default values. But honestly dont think its needed for a sandbox project.