Migrator

1.0.1

Helps you migrate your data between versions of your app
RougeWare/Swift-Migrator

What's New

1.0 - MVP

2021-10-15T21:30:03Z

Migrator uses semantic versions to help you migrate the data in your software.

Simply define your migration approach as functions, save them in Migrator objects, and dump them in the MigrationEngine. When you're ready to go, all you have to do is call performMigration with the previous & new version of the software, and it'll take care of the rest.

Migrations are performed in parallel in the background with updates published via a Combine Publisher, so you can present whatever UI you want while migration is underway.


Patch Changes

  • 1.0.1 - Made MigratorEngine.init() public (#3)

Migrator

Helps you migrate your data between versions of your app

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Wed Jan 24 2024 22:27:32 GMT-1000 (Hawaii-Aleutian Standard Time)