On Saturday 03 December 2005 05:27, Markus Leist wrote:
> is there any possibility of storing attributes- AND workflow-data
> of an (Zope3-)Instance in a SQL-Database (via sqlos)?
>
> If not, I have to connect the object attributes to SQL and the object
> workflow instance to ZODB - a good (scalable) solution?
>
> Any idea or URL is welcome.

Short answer: You need to create your own pickles. You can probably reuse the 
ZODB machinery for it though.

Long answer: You probably want to implement an alternative annotation 
mechanism, like SQLOSAnnotatable that uses the above method.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to