FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

Database support #89

Closed FoxxMD closed 2 years ago

FoxxMD commented 2 years ago

This PR migrates the entire CM application to use a database for persistence in most contexts, rather than generic cache. There are a myriad of improvements and new features that come along with this refactor. The highlight are below:

Database Features

Other Improvements

TODO Before Merge