-
Hello dexie addon suite creators! Thanks a bunch for these addons.
I was running into a small performance problem related to Dexie-RxJs-Addon. The performance problem is with Dexie.Observable, whic…
-
Hi, I would like to know what are the plans for support and maintenance of this repo.
I've seen that the last commit here was over 3 years back and latest supported Dexie version is v2 alpha lookin…
gund updated
6 months ago
-
Hello! I'm trying to clear all data from my store.
I have a schema created, some data in the store, but at some point I need to clear my objects from all "tables" and add new data (using the exact …
-
- Cache paragraph notes/labels as well as label value notes
- Dont cache documents for now
- Validate cache entry by generating a checksum via https://docs.python.org/3/library/os.html#os.stat_resul…
s-blu updated
3 years ago
-
- angular 18.2
- "dexie": "^4.0.8",
- this lib can not be used in angular ngFor or `@for`
```typescript
todoLists = liveQuery(() => db.todoLists.toArray());
```
-
once https://github.com/dfahlander/Dexie.js/pull/570 lands.
-
I have been using **dexie-batch v0.4.2** for a while and it was working great when I used **dexie v2.0.4** with it.
Now I upgraded to **dexie v3.0.3** and it seems like the definitions for `Dexie.C…
-
I wrote db.ts and inserted it in composables folder.
and, I adjusted the dexie in nuxt3, but i got the error like this.
I imported the module itself. it worked well. I think that composable way is…
-
Dexie Cloud already support syncing text properties, but we lack specific conflict-free CRDT support for collaborative text editing of same document.
We have a demand from customer to add support f…
-
I have a db in Dexie which is a table of objects that has hundreds of items.
Whenever I get objects from the db, my memory usage increases and doesn't go down, even after clearing the garbage in Chro…