Products.ZODBMountPoint 2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

Products.ZODBMountPoint 2.0

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

2.0 (2023-02-01)

Drop support for Python 2.7, 3.5, 3.6.



1.3 (2022-12-16)

Fix insidious buildout configuration bug for tests against Zope 4.
Add support for Python 3.10 and 3.11.



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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.