-
**[Mingle Card: 3703](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/3703)**
Analysis
--------
Patience you must have, my young padawan. Too eager you are to get your …
-
Currently (as I understand it), Treo opens a transaction for each atomic operation—`get`, `put` etc.—allowing for the possibility of data changes between read and write:
``` javascript
var facts = db…
-
Thanks for Dexie... it makes indexeddb usable.
My goal is to make a autocomplete textbox with data looked up from the local db. The main target is cordova on android and ios. In prototyping this I …
-
Original issue #2437
Please investigate! Do you have that OS / Browser version available for testing? If not, browserstack account?
Estimate 4
-
The plugin versions an ARM & an x86 targeted .winmd and adds them to the solution/project. I do not see a winmd targeted for Windows RT (not phone). This means that the WebSQL proxy file has null poin…
-
As there are close to no resources on how to test indexedDB, I figured out that one way could be by end-to-end testing using Puppeteer and Jest. However with Dexie it throws this error:
`Unhandled …
-
It'll be useful to have IndexedDB in Deno.
Related to #1657.
-
The library does a brilliant work of abstracting client side storage using localStorage, WebSQL and IndexDB, but the js file size might be a limitation for many-many projects.
This library bundles m…
-
I tested this in iOS 8.
Dexie is working in Safari for iOS 8.
-
Abstract away the separation between backend and frontend (swic and database access), maybe even make backend a separate package.
Then create a server-side app with backend and http api.
And the…