Zope ZODB mount point support.
Project description
Overview
Zope ZODB mount point support
Usage example
You can mount additional storages into the ZODB as seen by the Zope client by adding zodb_db configurations in your Zope configuration file and specifying where they show up. This example uses the ZODB MappingStorage to mount a temporary folder at /temp_folder:
<zodb_db temporary> <mappingstorage> name Temporary database </mappingstorage> mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer </zodb_db>
For details on session configuration, see the Zope book chapter on session management.
Changelog
For older changes please refer to the change log for Products.TemporaryFolder prior to version 5.4 at https://github.com/zopefoundation/Products.TemporaryFolder/blob/master/CHANGES.rst
1.1 (2021-03-16)
add support for Python 3.9
1.0 (2020-08-31)
split Products.ZODBMountPoint out of Products.TemporaryFolder after version 5.3
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Products.ZODBMountPoint-1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66254ef11307b80ebd0d2f3e5766f2bd7a78668e25c9fd41c4cca8b8bc2f773c |
|
MD5 | c49f59cc989f6e75c96a1aa83416c874 |
|
BLAKE2b-256 | 2477ab0b747b3df75a1a992a5874865d464a10f12753e377b6cc8d496aa9ee4c |
Hashes for Products.ZODBMountPoint-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6b1a408e514fccc980e48862898316c72b3c75ff247bf4ae02ab099f88ce217 |
|
MD5 | b9471e861fd5dd9d9cc524cef2f01cc8 |
|
BLAKE2b-256 | bc4c1f3354923881a2a0bf60e8ad29fc4bfdb357ab9afb2b8f35e801cf041107 |