-
I am planning to use sync WatermelonDB with AzureSQL as the remoteDB. AzureSQL (SQL Server) supports ChangeTracking which generates a versionNumber for each change to the database. Using the changeTracking features of AzureSQL provides me with multiple benefits:
Could you please guide me on how to replace lastPulledAt with a versionNumber in the front end code (source code) so that the front end can send and receive a versionNumber (int) instead of the lastPulledAt timestamp. Thank You. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Read @fahrinh's post: https://fahri.id/posts/how-to-build-watermelondb-sync-backend-in-elixir/ |
Beta Was this translation helpful? Give feedback.
Read @fahrinh's post: https://fahri.id/posts/how-to-build-watermelondb-sync-backend-in-elixir/