python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
using pinia states and dexie in the same time?
For my app I'm using Vue3, pinia for state management, and dexie as indexedDB wrapper.
my app work this way:
on Mount :
data is fetched from dexie and saved in a pinia state.
then in my component , da...
Lassaad
Votes: 0
Answers: 0
How to sync database with remote database with Dexie
I making Notes PWA App that work offline and online.
I am saving notes records on IndexedDB with Dexie.js. I am using Quasar as frontend and backend as Laravel 8.
I want to sync IndexedDB Database wit...
Abdul Basit
Votes: 0
Answers: 1
How do I use a named export from an external script in Angular?
https://stackblitz.com/edit/angular-ivy-4666q1?file=src%2Fdb%2Fdb.ts is a great demo of using Dexie in Angular, but instead of npm installing and importing, I would like to dynamically load Dexie AND ...
andyhflo
Votes: 0
Answers: 0
Retrieve value from IndexedDB using Dexie and Svelte
I don't understand how I can get a value from IndexedDB using Dexie. Database is all good in 'application' tab in inspect tool. Total newbie, so please be understanding.
My db.js
import Dexie from &qu...
tzachmost
Votes: 0
Answers: 1