Re: How to export data from ZODB to MYSQL

Maciej Wisniowski <[email protected]> Sun, 25 Feb 2007 17:24:39 +0100
Newsgroups gmane.comp.web.zope.database
Message-ID <[email protected]>
> I am a newbie in Zope. Now I am looking for the ways to export data from ZODB to MYSQL. 
> please do me a favor.
What is your use case? In general there are two possibilities:
1. You want to use standard relational database connectivity mechanisms
like described in zope book (look at relational database connectivity
at http://www.plope.com/Books/2_7Edition/)

2. You want to use MySQL instead of ZODB (alternative storage)

So, what do you want to do?

-- 
Maciej Wisniowski