Questions tagged [dexie]

Dexie.js is a minimalistic wrapper for IndexedDB

Dexie.js is a minimalistic wrapper for IndexedDB.

349 questions
0
votes
1 answer

Dexie.js not carrying out .add transaction

var db = new Dexie(app.settings.unpublishedBooksDb); db.version(1).stores({ friends: "++id,name,shoeSize" }); db.open(); db.close(); I have a precreated indexedDB database using the code above, and then on another view in the application, I…
Omer S
  • 71
  • 5
-1
votes
1 answer

How to use Dixie Observable from a React application developed using hook?

In my application I want to use Dixie.js to read/write data into IndexDB from my Webworker & Dixie Observable to listen event from main thread (React functional component which uses hook) instead of worker postMessage. Dixie.js documentation is very…
-2
votes
1 answer

How to run a function in an javascript object programatically?

Am trying to create a user query with Dexie where the user queries the database in their own but i cant get it to work.
xaander1
  • 1,064
  • 2
  • 12
  • 40
-3
votes
2 answers

Dexie is not Defined

Reference Error: Dexie is not defined I haave attached the screenshot of the error. Anyone please help
Mohit Bajoria
  • 476
  • 1
  • 4
  • 15
1 2 3
23
24