bot icon indicating copy to clipboard operation
bot copied to clipboard

Switch to sqlite for session and interaction data storage

Open philip-ulrich opened this issue 4 years ago • 0 comments

The idea being the longer you run the bot - the more inefficient the json storage becomes. sqlite will fix this - but we need to seamlessly handle the switch and allow a manual export/import to/from json if needed.

@S0yKaf is already working on it here: https://github.com/S0yKaf/Insomniac/blob/experimental/src/database.py

philip-ulrich avatar Nov 13 '20 05:11 philip-ulrich