Compare and migrate data between Dexie (IndexedDB) and SQLite databases
To use migration features, enable Dexie database by setting
USE_DEXIE_DB = true
in
constants/app.ts
Recommended: Use "Migrate All" to ensure proper data integrity and avoid foreign key issues.
Migration Order: Accounts → Settings → Contacts
{{ error }}
{{ successMessage }}
When enabled, existing records in SQLite will be updated with data from Dexie. When disabled, existing records will be skipped during migration.