EuIrcBot icon indicating copy to clipboard operation
EuIrcBot copied to clipboard

Datastore

Open euank opened this issue 11 years ago • 3 comments
trafficstars

Each module handler should provide an easy way for a module to sore data. It should make it easy to store key-value data or just plain blobs of raw data. The datastore itself should all exist in a canonical location which can be backed up easily. Each module gets its own area of course.

euank avatar Feb 16 '14 23:02 euank

One data store added. Just blobs of raw data (files).

Next should be key-value and sql I think

euank avatar Jun 25 '14 04:06 euank

Do any existing modules use this feature? Looking for examples.

cbgbt avatar Jul 01 '14 09:07 cbgbt

See scrollback. Only one right now.

There are plans for adding key-value storage as core and SQL as a module, as mentioned above.

euank avatar Jul 01 '14 11:07 euank