Factory object for passing to appsetup.multi_databases
This class is an internal implementation detail, subject to change without notice!
It is currently used by FunctionalTestSetUp.setUp to create the derived storage(s) used for each test in a layer.
The constructor takes the name of the new database, and a
dictionary of storages. The open
method creates a new
DemoStorage as a wrapper around the storage with the given
name. Then creates and returns a named DB object using the
storage.
There are no implemented interfaces.
There are no attributes in this class.
open()
There are no known subclasses.