Re: external ZODB from Zope interface
Dieter Maurer <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
gyro funch wrote at 2006-2-2 04:34 -0800: >I am a Zope newbie with some Python experience. We have a large amount of scientific data that we are planning to load into several ZODBs. >>From the Zope interface, how can I access these 'external' >databases? To access additional storages, you use "Products.ZODBMountPoint.MountedObject.MountedObject" instances. Mounting is similar to mounting under *nix. -- Dieter