dexie/Dexie.js

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

Open

#1,123 opened on Sep 14, 2020

View on GitHub
 (12 comments) (1 reaction) (0 assignees)JavaScript (10,304 stars) (625 forks)batch import
good first issue

Description

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.

Contributor guide

Is there a way to add onto the current database using 'dexie-export-import' module? · dexie/Dexie.js#1123 | Good First Issue