dexie/Dexie.js

Is there a way to add onto the current database using 'dexie-export-import' module?

Open

#1123 aperta il 14 set 2020

Vedi su GitHub
 (12 commenti) (1 reazione) (0 assegnatari)JavaScript (625 fork)batch import
good first issue

Metriche repository

Star
 (10.304 star)
Metriche merge PR
 (Merge medio 2g 5h) (3 PR mergiate in 30 g)

Descrizione

I read the docs of dexie-export-import thoroughly, however I didn't find a way how to add onto the current database when importing the data. It either completely replaces the whole table or merges and overwrites any row with the same id.

What I'd like to do is to import the data with new id's, while keeping the old data in the table intact.

Guida contributor