You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the sync docs (very nice btw) and it sounds potentially like the Sync module is encapsulated on its own? We have a specific app architecture and use a non react framework that have reasons where we need to completely own / manage our database as well as our frontend. But we LOVE the sync engine.
So my question is, are we able to only use the sync module without any other WatermelonDB features? It sounds like we would need to add things like status and changes fields as columns to our tables. And then of course implement the server side changes to our master database and on the flip side handle the response from the server about any updates and apply those to our database “manually” (ourselves). Is this possible? Thanks!
The text was updated successfully, but these errors were encountered:
I have read the sync docs (very nice btw) and it sounds potentially like the Sync module is encapsulated on its own? We have a specific app architecture and use a non react framework that have reasons where we need to completely own / manage our database as well as our frontend. But we LOVE the sync engine.
So my question is, are we able to only use the sync module without any other WatermelonDB features? It sounds like we would need to add things like status and changes fields as columns to our tables. And then of course implement the server side changes to our master database and on the flip side handle the response from the server about any updates and apply those to our database “manually” (ourselves). Is this possible? Thanks!
The text was updated successfully, but these errors were encountered: