How to handle the changes happened in realm db table for synchronization?

444 Views Asked by At

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.

  1. How should I log the changes(Update delete create) that happened in the database to achieve syncing?
  2. 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.
0

There are 0 best solutions below