Skip to main content

All Questions

0 votes
1 answer
775 views

Unable to sync RxDB with couchdb on react-native after creating collections

Why would rxdb throw this error when try to connect/sync on couch server Error Sync: TypeError: undefined is not an object (evaluating 'db.todos.syncCouchDB') I tested the same function on my web app ...
Tony Ngomana'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