uchuuio / disbott

A bot for Discord
https://disbott.uchuu.io
3 stars 1 forks source link

Use something like MongoDB on Production rather than LiteDB #53

Open tomouchuu opened 7 years ago

tomouchuu commented 7 years ago

LiteDB is really good for the dev environment but when on production every new version will wipe the dbs. We should look to use something external that gets unaffected by builds when on production.

tomouchuu commented 7 years ago

Another option could be Microsoft's DocumentDB: https://azure.microsoft.com/en-us/services/documentdb