Re: [w3c/IndexedDB] Introduce a more general query mechanism beyond keys/ranges (#45)

`age: { $gte: 30, $lt: 40 }` vs. `age: IDBKeyRange.bounds(30, 40, false, true)` ?

The former is more readable, the latter is more consistent with the API. I suppose both is doable, producing the same internal range type.
 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/45#issuecomment-248890397

Received on Thursday, 22 September 2016 12:32:02 UTC