Blue-Robin-Taken / nestling-bot

Discord bot with a lot of functionality. Made in py-cord (fork of discord.py)
https://discord.gg/7sKSGEmXw2
MIT License
3 stars 2 forks source link

Go from MongoDB to SQLLITE #4

Open Blue-Robin-Taken opened 7 months ago

Blue-Robin-Taken commented 7 months ago

SQLlite is just a lot better for saving things. If you go back to commits from two years ago, I was using JSON to store everything.

Kokonico commented 7 months ago

I have done this before for other projects, I can work on this.

Blue-Robin-Taken commented 7 months ago

Oh nice!

Blue-Robin-Taken commented 7 months ago

Ok so I realized that I already did a lot of the moving away from JSON a while ago but forgot. Ig we can do the same thing but move away from MongoDB cause if people want to self host it'll be easier to not have it on mongo.

Kokonico commented 7 months ago

got it!

Blue-Robin-Taken commented 7 months ago

If you make a draft PR I'll be able to help out when I get back home

Kokonico commented 7 months ago

Will do, I can work on this tmr, I'm busy today.