-
Implement Dexie.js, A Minimalistic Wrapper for IndexedDB. It saves data in the browser and works like a traditional database. It is a far better way of keeping users' to-dos than localStorage. It has …
-
### 💾 Issue: Set Up IndexedDB Persistence with Dexie for To-Do App
#### 🏷 Version: `0.0.4`
---
### 📄 Summary
Integrate Dexie to enable local data persistence using IndexedDB, ensuring the …
-
## Observed behavior
This is a follow-up to https://github.com/learningequality/studio/pull/4761. Each time I create a new exercise I am seeing the following error in the console without any user f…
-
I'm not sure why, but after using this for awhile, I'm no longer able to add any additional images, either to the map or as note images. After some research, it sounds like Dexie likes to throw this e…
-
Can it be possible to do a "patch" style request to a REST endpoint? The only update mechanism right now appears to be a full upsert, where you have to include all of the object's fields.
This mean…
-
### Summary
Currently we have been using an internal mock server `useMockServer` to simulate backend data fetching with the data source. It has a few caveats.
1. The proper network requests are …
-
I've just downloaded the latest dexie.js and the latest dexie-mongoify.min.js and am getting `"TypeError: Cannot read property 'push' of undefined"`
It appears as though quite a bit has changed in …
-
Hi,
is it possible to use the Dexie Observable plugin with ngx-dexie?
The Idea is to have two browser tabs/windows stay in sync by observing changes to indexDB
Thanks!
-
What's a database solution most similar to Dexie which runs in Node? In 2017, I beleive that there is still no implementation of IndexedDB which runs in Node. I love the Dexie API. Have your say.
ghost updated
3 months ago
-
I know @julian-demox has been working a lot on this on recent PRs. I just want to document some of the current issues so we can discuss possible solutions.
- Rust panics when running integration we…