You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently plugins just create their own nedb instances which save to flat files. Should move this functionality into core so any plugin can easily create database collections, and make sure these files will persist if the bot is running in the cloud.
Could have an option to use nedb and require a directory, or use something like MongoDB and require a connection string.
The text was updated successfully, but these errors were encountered:
Currently plugins just create their own nedb instances which save to flat files. Should move this functionality into core so any plugin can easily create database collections, and make sure these files will persist if the bot is running in the cloud.
Could have an option to use nedb and require a directory, or use something like MongoDB and require a connection string.
The text was updated successfully, but these errors were encountered: