David Fahlander
David Fahlander
*Note: I just updated the my code snippet with type annotations and renamed `subscriber` to `emit`*
Thanks for reporting. 100,000 records is a lot and whether 5 seconds is a long time to retrieve 100 k records depends on the size of each record. It also...
So my questions are: * browser version? * approx size of records? * your use case explained.
> This is a major issue still in 2024 after years since originally posted. In my tests even when a table has no data the toArray() supposed to return empty...
Yes, include time with the existing index and use `between()` as such: ```ts const db = new Dexie('dbname'); db.version(1).stores({ myTable: 'primaryKey, [idx1+idx2+idx3+time]` }); function doTheQuery(idx1Value, idx2Value, idx3Value, time) { return...
Library is now on npm: https://www.npmjs.com/package/dexie-svelte-query