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
- 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!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
I prefer PostgreSQL bc it’s a relational DB
Yeah, i'd go with postgres too, although i don't know if there are any free hosting providers for it
You can run the docker file on ur computer for free
I mean, how are you hosting ur bot?
Supabase bro
if u want free postgresql (supabase) or mongodb (mongodb atlas)
I recommend mongodb with mongoose, its easy to use
I love mongodb
I could help u get it started if u want to
Further support should go in #other-js-ts as databases are not related to d.js