I am using realm js
for my react native
app and the app has to be addressed to work offline and online, hence I need to have synchronization between the server database(Postgres/MySql/Oracle)
and realm
database.
- How should I log the changes(Update delete create) that happened in the database to achieve syncing?
- Any inspiration on how we should handle the synchronization? Note: Cannot spend money on buying Realm Object Server and any open-source recommendation will be helpful.