-
I'm currently using [@ngrx db](https://github.com/ngrx/db/blob/master/src/database.ts) in my angular app. I want to use the _sync with the server_ feature and came across Dexie, and see many other ben…
-
Hello.
I'm looking for an indexedDB library and I recently discovered Dexie.js.
I want to use it for one of my projects, but I've been looking at Github Insight, time between releases, opened is…
Aferz updated
7 years ago
-
Wrote a blog article up just to get my bearings straight. Perhaps it can be linked to in the Typescript documentation.
https://medium.com/@ole.ersoy/having-fun-with-dexiejs-and-typescript-1c52514a09…
-
I am experiencing an unusual spike of memory usage, previously I was using nostr-tools to manage my content, now I have migrated to NDK and this issue appears, knowing I am enabling the outbox model a…
-
Thank you dear David Fahlander.
I found Dexie as a best solution for storing and recovering data at the client side. I implemented a solution with mixing the Dexie.js and Linq.js. It's amazing :) . B…
-
In yet another episode of "Dusty's Repro Is Not At all Minimal": https://github.com/dusty-phillips/dexie-cloud-svelte-repro (Sorry about that).
This repo is actually a standard svelte-kit install w…
-
Hello, I have a few questions:
When using offset, limit, and sortBy, sortBy only sorts the data after pagination. I have a large orders table and want to sort it by creation time. How can I sort fi…
xkmy updated
3 months ago
-
The problem I am trying to solve: Individual users can have public data about themselves (a display name and profile image). If a user accepts an invite to a realm created by another user, I want the …
-
Shared realms is an excellent feature of Dexie cloud, but the e-mail-to-invite default behaviour isn't flexible enough for all use-cases. I've encountered two related issues:
**Problem 1**: If the …
-
Thanks for your work on Dexie, @dfahlander. I've thoroughly enjoyed using it.
For the most part, the documentation has been very useful and illustrative. That said, I've noticed in several places t…