kud / ed-209

I'm an IRC bot!
8 stars 4 forks source link

Add a persistence layer #7

Closed madx closed 9 years ago

madx commented 11 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)

madx commented 9 years ago

The memory plugin in sufficient.