hpenney2 / CatLamp

CatLamp, the all-in-one Discord bot.
MIT License
5 stars 1 forks source link

Switch to MongoDB #17

Closed hpenney2 closed 3 years ago

hpenney2 commented 3 years ago

This PR will swap to using MongoDB instead of a single JSON file. Documents are updated and edited at runtime, so saving during a restart is no longer needed and data loss is highly less likely.

Resolves #15.

hpenney2 commented 3 years ago

Review requested to make sure my code doesn't implode on itself. Check the updated README.md for instructions on setting MongoDB up for Windows.