💾Database
Last updated
Last updated
Databases are used to keep your values after your bot has been rebooted.
unlike Variables, databases will keep it.
use this for "start" if you don´t understand any other, the most easiest database
Output will be "world" because you previously set it in the database
Works the same as JSON database, just you must create an account at https://www.mongodb.com/
Create an account
Create a new cluster "shared"
That is free up to 500 MB of data
click on connect
connect your application
copy the text
change your username and password
go to security / network access and add IP 0.0.0.0/0
add your link to the connect to mongoDB block
Install the plugin by running npm i git+
https://github.com/ahqsoftwares/quickmongo.git
in the shell, and you are done!
Basic Database that is used the most and everywhere.
works the same as JSON or MongoDB
Database made specially for Replit.com
It has less functions, but it exists.
you can only get, set and delete, so I have no idea why to use this one...