mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-10 21:48:28 -06:00
This commit introduces the r2dbc api for all database handling to make it fully reactive so future updates to make the bot fully reactive. While most calls to the database are still blocking, this does use a reactive driver for it so further work down the line will be able to use the database reactively without much additional work. These changes have not been tested, and will need to be tested thoroughly as database use is the backbone for the bot's persistence data scheme.