6 Jan
2000
6 Jan
'00
3:31 p.m.
-----Original Message----- From: Anthony Baxter [mailto:anthony@interlink.com.au] Sent: Thursday, January 06, 2000 2:27 AM To: zope-dev@zope.org Subject: [Zope-dev] multiple ZODB files?
Is it possible to set up a site such that as well as the single Data.fs file, a seperate folder (say, /foo) is loaded from a different ZODB file? In particular, changes to stuff inside /foo should be written to the foo ZODB file.
Not yet, we have not fully thought about this problem of multiple databases, but ZODB was architected to be multi-DB aware. -Michel