Browse Source
- Add migrationService.ts with functions to compare and transfer data between Dexie and SQLite - Implement data comparison with detailed difference analysis (added/modified/missing) - Add contact migration with overwrite options and error handling - Add settings migration focusing on key user fields (firstName, isRegistered, profileImageUrl, showShortcutBvc, searchBoxes) - Include YAML export functionality for data inspection - Add comprehensive JSDoc documentation with examples and usage instructions - Support both INSERT and UPDATE operations with parameterized SQL generation - Include detailed logging and error reporting for migration operations This service enables safe migration of user data from the legacy Dexie (IndexedDB) database to the new SQLite implementation, with full comparison capabilities and rollback safety through detailed reporting.migrate-dexie-to-sqlite
3 changed files with 996 additions and 66 deletions
@ -1 +1 @@ |
|||
Check the contact & settings export to see whether you want your new table to be included in it. |
|||
# Check the contact & settings export to see whether you want your new table to be included in it |
|||
|
File diff suppressed because it is too large
Loading…
Reference in new issue