mastering-room-migrations icon indicating copy to clipboard operation
mastering-room-migrations copied to clipboard

AutoMigration Implementation

Open keronei opened this issue 3 years ago • 1 comments

This contains changes with guides that utilise efficient ways to migrate databases.

Since Room version 2.4.0-alpha01, Room supports automated migrations which involves less work and cleaner code.

All the migrations have been implemented in AutoMigration, this makes it easy to work with other android libraries that require updated dependencies.

The README.md has also been updated to reflect the current changes, while preserving the original guides for reference purposes.

To verify that the migrations are working as expected, all tests have been ran and no errors were encountered.

keronei avatar Feb 17 '22 07:02 keronei

This is great and should be merged in!

realityexpander avatar Sep 20 '22 06:09 realityexpander