Closed malthe closed 13 years ago
The demo storage implementation has supported a "changes" storage since ZODB 3.9. This can be used to set up a persistent demonstration storage.
Used together with a before storage, one can wrap an otherwise changing database (e.g. ZEO) in a local demo storage that has blob support.
This changeset adds three new options to the recipe:
All three can be used independently. Note that the last two require "demo-storage" to be enabled in order to take effect.
Documentation (README.txt) has been updated. There are tests for all the new options, plus combinations.
The demo storage implementation has supported a "changes" storage since ZODB 3.9. This can be used to set up a persistent demonstration storage.
Used together with a before storage, one can wrap an otherwise changing database (e.g. ZEO) in a local demo storage that has blob support.
This changeset adds three new options to the recipe:
All three can be used independently. Note that the last two require "demo-storage" to be enabled in order to take effect.
Documentation (README.txt) has been updated. There are tests for all the new options, plus combinations.