Watermelondb: [SYNC] Better docs

Created on 24 Sep 2019  路  2Comments  路  Source: Nozbe/WatermelonDB

Hi!

I was searching something to do a custom sync poc provider with my backend (mongodb with mongoose) and client db, and found this project.

Reading the docs, i found the sync section (https://nozbe.github.io/WatermelonDB/Advanced/Sync.html). This section only describes the client-side of the sync, and i can't find any example on how to build the server-side of the sync.

I already searched on google, stackoverflow and etc, but no luck to find anything.

So the question is: there's any example of server-side the sync? (maybe #96 is related)

Most helpful comment

and i can't find any example on how to build the server-side of the sync.

it _is_ explained in the docs, and the docs also say that there's unfortunately no code ready to use - 馃崏 is bring-your-own-backend kind of framework

It will be great to at least see one implementation done say in Postgres or any database, so we have a starting point when doing our own syncs for the various server side Dbs.

All 2 comments

and i can't find any example on how to build the server-side of the sync.

it _is_ explained in the docs, and the docs also say that there's unfortunately no code ready to use - 馃崏 is bring-your-own-backend kind of framework

and i can't find any example on how to build the server-side of the sync.

it _is_ explained in the docs, and the docs also say that there's unfortunately no code ready to use - 馃崏 is bring-your-own-backend kind of framework

It will be great to at least see one implementation done say in Postgres or any database, so we have a starting point when doing our own syncs for the various server side Dbs.

Was this page helpful?
0 / 5 - 0 ratings