Skip to content

SQLite possibility for persistence core module #10

@veiset

Description

@veiset

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions