bob-el-bot / BobTheBot

The discord bot for 🎲 RNG, 🖊️ quoting, 📜 fonts, 🔒 encryption, and ✨ more!
https://bobthebot.net
Other
1 stars 0 forks source link

Setup SQLite #31

Closed Quantam-Studios closed 9 months ago

Quantam-Studios commented 11 months ago

After lots of consideration EdgeDB is no longer the choice of Database for this project. Instead, SQLite will be utilized.

Quantam-Studios commented 10 months ago

EDIT: No longer relevant.

Quantam-Studios commented 9 months ago

As of SQLite Initial Implementation. /quote is back. (54a2639), SQLite is working. However, a more dynamic system (especially for null checking needs to added before this can pushed to production).

Quantam-Studios commented 9 months ago

As of SQLite Initial Implementation. /quote is back. (54a2639), SQLite is working. However, a more dynamic system (especially for null checking needs to added before this can pushed to production).

This has been completed (for now) via New Methods For Database Interaction. (6225a3d).