Currently only support the python pickle serialize module.
SQLite is standard in python install, and should be considered when needing to persist large amount of data.
The way the bot currently works the saved variables (pickle) are always loaded in memory, and for large enough datasets this could be a problem.
Currently only support the python pickle serialize module.
SQLite is standard in python install, and should be considered when needing to persist large amount of data.
The way the bot currently works the saved variables (pickle) are always loaded in memory, and for large enough datasets this could be a problem.