Compare and migrate data between Dexie (IndexedDB) and SQLite databases
When enabled, existing records in SQLite will be updated with data from Dexie. When disabled, existing records will be skipped during migration.
Recommended: Use "Migrate All" to ensure proper data integrity and avoid foreign key issues.
Migration Order: Accounts → Settings → Contacts
{{ error }}
{{ successMessage }}
{{ JSON.stringify(exportedData, null, 2) }}