-
Hy there I have been using some db entries containing small image blobs.
It works fine with dexie js.
But with dexie cloud, these db entries that contain image blobs, disapear somehow.
Just afte…
-
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…
-
The REST API endpoints [/all](https://dexie.org/cloud/docs/rest-api#all-endpoint), [/my](https://dexie.org/cloud/docs/rest-api#my-endpoint) and [/public](https://dexie.org/cloud/docs/rest-api#public-e…
-
It turned out to be quite difficult inviting again an user that has rejected the invitation.
I could only manage performing the following steps.
- delete member with rejection
- wait for compl…
-
On https://dexie.org/docs/Dexie/Dexie.on.populate#ajax-populate-sample
```js
return new Promise(function (resolve, reject) {
$.ajax(url, {
type: 'get',
…
-
Right now if you want to use one method of the library you have to pay the bundle size cost of them all. If you want to use sort you must also include filter. If you want to just insert item into DB y…
-
I tried to install Storex-Hub on my Mac per the instructions [here](https://worldbrain.github.io/storex-docs/#/storex-hub/getting-started/) and the terminal started screaming at me when I tried `npm i…
-
Hello,
I'm working on an implementation of ISyncProtocol which will be used in an end-to-end encrypted messaging application. The data exchanged in ISyncProtocol will be encrypted and decrypted wit…
-
I am working on Google Summer of Code project for Mifos Organisation which is a platform for delievering financial services. we have a demo server hosted here - https://demo.openmf.org/newbeta . Just …
mbj36 updated
7 years ago
-
I'm looking at this [AngularJS Dexie Redux example](https://github.com/jsperts/workshop_unterlagen/blob/master/angular/examples/Redux/src/app/app.actions.ts).
1. Is the pattern used here is to firs…