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

A sample Android application that demonstrates different types of database migrations using the Room Persistance Library.

Results 2 mastering-room-migrations issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

This contains changes with guides that utilise efficient ways to migrate databases. Since Room version [2.4.0-alpha01](https://developer.android.com/training/data-storage/room/migrating-db-versions#automated), Room supports automated migrations which involves less work and cleaner code. All the migrations...