-
I love my experience with Dexie so far. What's the best / easiest way to get dexie working on react native? I was thinking of using indexeddbshim + react native sqlite bindings - or maybe just port th…
-
I'm making some unit tests for React components and the hook is not returning anything.
My question is what's the recommended way to implement a mock for a test environment or how can we set a defa…
-
https://github.com/bigeasy/indexeddb
https://github.com/dumbmatter/fakeIndexedDB
-
I’m looking into using [Dexie.js](https://github.com/dfahlander/Dexie.js) as an isomorphic database for [my current project](https://indienet.info) in browser and on Node.js. Dexie has a very comprehe…
-
I would like to use this library together with something like https://github.com/craftzdog/react-native-sqlite-2 (which provides a WebSQL compatible interface through SQLite) to get Indexeddb support …
-
Hi,
When trying to use index db in a ios 8.1 app via https://github.com/axemclion/IndexedDBShim I get the following error:
```
SecurityError: DOM Exception 18: An attempt was made to break through t…
-
I.e., complete app/scripts/utils/indexeddb-utils.coffee
References:
- http://blog.teamtreehouse.com/create-your-own-to-do-app-with-html5-and-indexeddb
- https://developer.mozilla.org/en-US/docs/Web/A…
-
Hi, recently i have implemented dexie js db to store data alongside using Fake-indexedDB in the electon main process (not render process) where i can't use storage manager API as it uses navigator whi…
-
This might also fix #79. Candidates for inclusion:
https://github.com/webcss/angular-indexedDB
https://github.com/OpenLMIS/indexed-db-angular-service
Second one seems a little slim, not sure why. M…
-
There was an issue in the early days named [Just make it work on Safari](https://github.com/dfahlander/Dexie.js/issues/77) issued by myself. This was a response to several Safari-related issues filed …