TrueWinter / DiscordBot

My Discord bot. Development has been stopped
https://blog.truewinter.dev/2020/04/09/development-and-support-for-my-discord-bot-has-been-stopped
Apache License 2.0
46 stars 42 forks source link

Bot Database #19

Closed TrueWinter closed 6 years ago

TrueWinter commented 6 years ago

Change the bot database to use something like SQLite. This will allow for much better data storage, such as support for better warnings and being able to store cases in a database which will help with issues seen recently that have caused the new case number system to not work as intended. (That's going to push the next version back a bit)

TrueWinter commented 6 years ago

Database to use has been decided: Postgres.

TrueWinter commented 6 years ago

Using an actual database may be an issue when it comes to testing as the server that I use for testing may not be able to handle another database running with everything else running on it already. I am unsure about whether to actually implement this or to keep with the current system.

ChineseMarc commented 6 years ago

I can rewrite bot to mongodb (moongose) if you want

TrueWinter commented 6 years ago

Thanks but after thinking about this, I have decided to leave the current data storage and not change to another database.