Top "Realm-migration" questions

Realm is a databasing system for iOS and Android mobile applications.

Right way of doing Realm Migration Android

We use Realm for our app. Our app has been beta released. Now I want to add a field to …

android realm realm-migration
Android Realm Migration: Adding new Realm list column

Im using Realm v0.80.1 and I am trying to write migration code for a new property I added. The property …

android migration realm realm-list realm-migration
How can I get the migration to run before the app starts to run the code?

I'm using realm.io in a swift app. This is the first time I've had to run a migration since …

ios swift2 realm realm-migration