ZODB has nothing built-in.  You build it on top of the ZODB.  I think
what you are looking for is something like Hypatia -
https://github.com/Pylons/hypatia



On Tue, Dec 10, 2013 at 4:46 PM, Tamer Higazi <tamerito...@arcor.de> wrote:
> Hi people!
>
> I am working a lot with IOB and OOB Trees as well with PersistentDict and
> PersistentList to store my Data in ZODB.
> I want to ask if there is a way to grab data from a dataset by search time.
>
> I know only the SQL way:
>
> select lower(COL1) from table1 where COL1 LIKE 'aa%'
>
> so usually I want to get the entryies only that starts with 'aa'
>
> do I have to iterate the entire dict with an interator or are there builtin
> functions that could accomplish those tasks for me ?!
>
>
> I would kindly thank you
>
>
>
> Tamer
> _______________________________________________
> For more information about ZODB, see http://zodb.org/
>
> ZODB-Dev mailing list  -  ZODB-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zodb-dev



-- 
Alan Runyan

Skype/Twitter:: runyaga
Office:: 713.942.2377 ext 111
http://ploud.com/  Plone site in less than 10 seconds
_______________________________________________
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to