DEV Community

Discussion on: Mongoose 101

Collapse
 
patricnox profile image
PatricNox

I made a discord bot aimed for league of legend teams, using Mongoose as the database service.

It's such a neat and clean solution for low end applications! Specially the fact that one doesn't have to create anything manually.

So a cron that cleans records is just simply deleting the collection without any problems.

Love it!