Closed madx closed 9 years ago
We could use persistence for some commands like reminders, memos or that kind of stuff.
If the preliminary work on #4 is done, we could add the persistence layer to the bot class so modules can use it.
I've given a try to NeDB and it seems to be a good fit (in memory + disk sync for persistence, Mongo-like interface)
The memory plugin in sufficient.
We could use persistence for some commands like reminders, memos or that kind of stuff.
If the preliminary work on #4 is done, we could add the persistence layer to the bot class so modules can use it.
I've given a try to NeDB and it seems to be a good fit (in memory + disk sync for persistence, Mongo-like interface)