Skip to main content

All Questions

Tagged with
2 votes
1 answer
714 views

How to update local data from rxdb to server database postgrasql through graphql in react

we are trying rxdb as local database and postgresql as a server database and through graphql end point we are able to push and pull data from local to server and vice-versa but how to update and ...
Sheethal Patil's user avatar
1 vote
1 answer
189 views

Data syncing with pouchdb-based systems client-side: is there a workaround to the 'deleted' flag?

I'm planning on using rxdb + hasura/postgresql in the backend. I'm reading this rxdb page for example, which off the bat requires sync-able entities to have a deleted flag. Q1 (main question) Is ...
yen's user avatar
  • 2,092