No activity today, make something!
tiddlyweb server_store

20160313160651 cdent  

A [config] setting whose value is a list containing a module name and a configuration dictionary. The named module is an implementation of tiddlyweb.stores.StorageInterface (first looked up in the tiddlyweb.stores package space, then in sys.path). The configuration is an arbitrary dictionary of information to be passed to the store (e.g. database username and password).

This setting is used to control how tiddlers, bags, recipes and other entities are stored by the TiddlyWeb server. There are many available store implementations.

The default store is called text, with the configuration looking like this:

    'server_store': ['text', {'store_root': 'store'}],