Realm Android Sync works with the database

Does Realm Android support database synchronization? We are actually trying to freeze the technology for storing data in a local database and further synchronizing with a remote database.

+4
source share
3 answers

Realm currently does not have built-in synchronization (October 2015). This is located on our radar (tracked in the cocoa project for historical reasons, but applies to all our libraries). Meanwhile, it is relatively trivial to exchange data to and from Realm through the REST API; Our docs include quick examples of how to access the REST API using Realm and Retrofit .

+3

Realm Mobile Platform Realm.

Realms .

EDIT: , 2018-03-23, 2.x → 3.x. Realm Cloud, . , ROS db.

+3

, "isUpdatedOnServer" RealmModel "false"

. ( "IsUpdatedOnServer", "" ). FindAll();, isUpdatedOnServer "true".

0

Source: https://habr.com/ru/post/1611270/


All Articles