Database system recommendations?

Does anyone have a favorite database system they use for their bots? I would love a recommendation, preferably something that's free. It only needs to hold enough data for one server for free, but it would be great to have something that could scale and is easily readable. I've used Firebase in the past.
9 Replies
d.js toolkit
d.js toolkit6mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Deimoss
Deimoss6mo ago
Mongo is a popular choice for bots, it's a nosql database so it's easier to understand for new devs and also there's mongo atlas which has a pretty good free tier for hosting your db
Kinect3000
Kinect30006mo ago
I prefer PostgreSQL bc it’s a relational DB
Deimoss
Deimoss6mo ago
Yeah, i'd go with postgres too, although i don't know if there are any free hosting providers for it
Kinect3000
Kinect30006mo ago
You can run the docker file on ur computer for free I mean, how are you hosting ur bot?
ْكِج
ْكِج6mo ago
Supabase bro if u want free postgresql (supabase) or mongodb (mongodb atlas)
🤖 RoboticRobot 🤖
I recommend mongodb with mongoose, its easy to use
MYA
MYA5mo ago
I love mongodb I could help u get it started if u want to
Mark
Mark5mo ago
Further support should go in #other-js-ts as databases are not related to d.js

Did you find this page helpful?