[ZODB-Dev] Advice On ZODB
John Abel
john.abel@pa.press.net
Fri, 24 Jan 2003 15:06:04 +0000
Hi,
Sorry if this is a dumb question, or the wrong place for this. I wish
to use ZODB as a small DB, initially with one connection, but I hope to
expand it with ZEO. I wish to store several types of records, however,
they may have the same "key". Basically, I do I split up my data, into
something like tables? I've read the docs that come with ZODB, and
several of the examples on Zope.org, however, none of them give any
indication of how to do what I'm after. I wish to store something like
this:
[Table1]
client1 IP
client2 IP
...
client10 IP
[Table2]
client1 Last Polled
client2 Last Polled
...
client10 Last Polled
etc.
Hopefully, I've explained this correctly.
Thank you for your patience.
John