6 Oct
2004
6 Oct
'04
2:11 a.m.
John Poltorak wrote:
Can I use ZODB instead of running MySQL (or equivalent) for holding a simple collection of records?
I'm not really sure about the capabilities of ZODB and would appreciate any pointers to docs I should read.
If you intend to use "naked" ZODB, then have a look at http://zope.org/Documentation/Articles/ZODB1 http://zope.org/Documentation/Articles/ZODB2 If you want to work through Zope, then it's a much broader question. This is probably a good place to start: http://www.zope.org/Documentation/Books/ZopeBook/ See also: http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html --jcc