David Fahlander
David Fahlander
Thanks for a good feature request. I'm currently looking in to what would be possible to do with the access control model to allow write-only access within a realm. I...
Seems to be a typo in the commit. Remove equals sign between interface and leading bracket? 
The private key, which is used to authorize refresh token requests, is not exportable (for security reasons) so when it's imported you won't get a valid CryptoKey back. We should...
Does it reproduce whenever anyone a bulkPut operation fails? Can it be reproduced by violating a unique index in a bulkPut? Do you have any hints of reproducing it?
I created a repro of this but it turned out to actually be working as expected only that liveQueries will emit results optimistically temporarily before making another corrected emit. If...
I'm definitely on the path to provide the Dexie api to node. The question is which database stack to build it on. During the very last weeks, much work has...
The state of the development is that I've been busy almost every single non-customer hour + all late nights and weekends the last year, analysing, researching, designing and poc:ing an...
Thanks a lot for all the nice feedback :-) I'll be using github tickets on Dexie.js to post news regarding the new Dexie and it's isomorphic API when it's time....
I'm definitely working on it a lot since years back - and will release a new library soon (what is soon? :-> In my world, it is hopefully winter/spring 2020)...
IndexedDBShim by @brettz9 should emulate indexedDB on node and store it persistently into an SQLite database. https://github.com/indexeddbshim/IndexedDBShim?tab=readme-ov-file#node-set-up