Realm Auto Migration kotlin android

278 Views Asked by At

Hi Developers I am working on E-commerce based application and use realm as a local database. Actually everytime we release new version of app we have need to add or remove some database feilds like String ,list, Int etc . Now i want to update realm schema version only, and if there is any change in Realm model class will auto detect and update, No need to manual update. If someone have auto migration code please send me or any suggestions. I checked official realm documentation and stack over flow but not succeed . Thanks in Advance .

0

There are 0 best solutions below