-----Original Message----- From: Andrey V Khavryutchenko [mailto:akhavr@compchem.kiev.ua] Sent: Sunday, May 09, 1999 8:22 AM To: zope@zope.org Subject: [Zope] Re: Adding a new data source to Zope
Hi, Jody!
"JW" == Jody Winston writes:
JW> I have a data store that isn't SQL or pickles but a home grown object JW> store. I'd like to be able to have Zope read the objects from the JW> object store. What is the API that I need to use to do this? (Or put JW> another way, what files should I read?)
If you're adventurous, you may try my module for storing/retrieving data from any data source. Available at http://www.kbi.kiev.ua/projects/python-oordb.shtml
Though, it was first created to interface mysql database, it is designed to use user-defined store/retrieve functions, so it might be used with any datasource.
This reminds me to get on the ball, I haven't rad this oordb document yet, just glanced at it, it looks interesting. In either case, you might want to wait for ZODB3, which is probably going to be much easier for you to extend in this way. See: http://www.zope.org/pipermail/zope/1999-April/006175.html For the ZODB3 UML documentation.
-- SY, Andrey V Khavryutchenko http://www.kbi.kiev.ua/~akhavr Freelance Software Engineer Visit my site
Shick's Law: There is no problem a good miracle can't solve.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )