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

When considering this, we really need to think about what pieces we'd rather leave to libraries, and which ones we should build in to the API.

For the first two use cases in the previous comment, I think an SQL database would create a temporary table and insert results in that table.

We could do something similar and add APIs on the transaction object for creating a temporary btree or hash table and then allow reading/writing in that.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/45#issuecomment-152670972

Received on Friday, 30 October 2015 23:09:43 UTC