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 for a simple temporary folder at /temp_folder. After a Zope restart, visit the Zope Management Interface and select ZODB Mount Point from the list of addable items to view and activate all available mount points:
<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.2 (2021-07-06)
update package configuration
fix deprecation warning (#4)
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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bbaab9463dae42b13a04e40efd086c9c3d58be0c96401a1070485a686e590e |
|
MD5 | eb7d78c438828fa5fa52f799650c0f65 |
|
BLAKE2b-256 | e0b6cd434aeb4bfe3a079217e79786f2aad2174d1256c14e7cefe7340cb830da |
Hashes for Products.ZODBMountPoint-1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c418833fc60734b4fa48a2804083fa74898fc7424c9cc592c046f0805719753f |
|
MD5 | a8dc83b26d976840c0f5dd94a5cb2419 |
|
BLAKE2b-256 | cdcb025c47afc5ce8f912fec037573ef81a01b72176ad5eb3e446a42f9127a0d |