[ZODB-Dev] ZODB

Christian Reis kiko at async.com.br
Mon Sep 15 16:26:07 EDT 2003


On Mon, Sep 15, 2003 at 03:31:59PM -0400, Shane Hathaway wrote:
> >Does it support queries?
> 
> Only if you design the object system to allow queries.  ZODB is not a 
> relational database, it's an object database.  ZODB does not contain 
> tables and rows, but rather one large collection of pickled Python objects.

IndexedCatalog, however, is a ZODB extension that allows you to organize
objects into Catalogs, and allows you to do (indexed) queries on those
catalogs. I'll be releasing 0.6.0 shortly, with a lot of interesting
updates, including support for inheritance, schema migration, automated
integrity checking, and more.

    http://www.async.com.br/projects/IndexedCatalog/

Take care,
--
Christian Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331



More information about the ZODB-Dev mailing list