b17cfc0711
and slightly modified by me. IndexedCatalog is an extension to the Zope Object Database (ZODB) that provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language.
6 lines
321 B
Text
6 lines
321 B
Text
IndexedCatalog is an extension to the Zope Object Database (ZODB) that
|
|
provides indexing and allows queries for objects based on attributes.
|
|
Which is accomplished by indexing all fields by type
|
|
(string/integer/float) and by a simple query language.
|
|
|
|
IndexedCatalog is licensed under the Lesser GNU Public Licence (LGPL).
|