-
Hi people, im planning to use WatermelonDB as my offline-first choice for an App. I want to build a backend in .NET Core to sync it with my MSSQL-DB, what should i store additionally in my MSSQL DB in order to implement the sync feature? I mean, should i add columns called "created_at" "updated_at" and "deleted_at" with timestamp values in each table in order to query them? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Read this from top to bottom, it should tell you all you need to know: https://github.com/Nozbe/WatermelonDB/blob/master/docs-master/Advanced/Sync.md |
Beta Was this translation helpful? Give feedback.
-
That document seems to be split up and moved to https://github.com/Nozbe/WatermelonDB/tree/master/docs-website/docs/docs/Sync. |
Beta Was this translation helpful? Give feedback.
Read this from top to bottom, it should tell you all you need to know: https://github.com/Nozbe/WatermelonDB/blob/master/docs-master/Advanced/Sync.md