[ZODB-Dev] Migrating to non-FileStorage

2008-08-01 Thread Joseph Turian
How do I migrate a FileStorage database to another database type? Where are other database types documented? Best Joseph -- Academic: http://www-etud.iro.umontreal.ca/~turian/ Business: http://www.metaoptimize.com/ ___ For more information about

Re: [ZODB-Dev] Migrating to non-FileStorage

2008-08-01 Thread Joseph Turian
Thanks! On Fri, Aug 1, 2008 at 10:28 PM, Stephan Richter [EMAIL PROTECTED] wrote: On Friday 01 August 2008, Joseph Turian wrote: How do I migrate a FileStorage database to another database type? Each database type must provide its own utility. RelStorage, for example, comes with zodbconvert

[ZODB-Dev] Locking

2008-07-02 Thread Joseph Turian
How do I lock zodb objects? I want the following process: See if key is present in root. [it's not] Lock key write-access, so that no other client will try to write key. Compute value for key. Write value for key. Unlock key. How do I achieve this? Thanks! Joseph -- Academic: