atomicptr / isic

A modular Discord bot.
https://isic.js.org
MIT License
1 stars 0 forks source link

Streamline database access #16

Closed atomicptr closed 7 years ago

atomicptr commented 7 years ago

Currently I'm just exposing the lowdb stuff to the module scripts directly which isn't nice, need a cleaner and easier interface inbetween, somewhat related to #14.

atomicptr commented 7 years ago

The database is now based on MongoDB so it's exposing mongodb collections which are very easy to use