Hi Eli, You'd have to somehow combine the query-generating functionality for DAOs with the incremental result reading of doquery. I haven't looked into how hard this would be to do through the public API, but I guess it's a nice piece of functionality to add to the library. Go for it, I'd say.
Best, Marijn On Tue, Dec 24, 2013 at 6:38 PM, Eli Naeher <enae...@gmail.com> wrote: > Hello, > > I am working on implementing something like doquery that operates on > DAOs--that is, something that will allow me to iterate over all the DAOs > matching a certain test without consing up all the instances at once. > > Before I spend too much time on this, I thought I'd see if anyone else has > done something like this already, or if there is a simple way to do this > with the existing doquery that I have overlooked. > > Thank you, > -Eli