Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

implementing RxDb with my mern application

I an a total noob and I'm tying to use Rxdb with my mern application for offline experience I'm trying to use Rxdb to save some data locally present in mongodb for offline use. in a normal mern ...
gabby's user avatar
  • 1
3 votes
0 answers
463 views

Rxdb sync not update db

There are 3 bases (front, node, remote). Front <=> node, node <=> remote. When the front base is updated, the data goes to the remote base, but the node is not updated. In theory, the node ...
Denis Makarov's user avatar
-1 votes
1 answer
224 views

How to sync revisions when calling bulkDocs on pouchdb instance in RxDB

I'm trying to bulk update some RxDB docs, since RxDB does not have a bulk update function I have to use the bulkDocs function on the built in pouchdb instance. I can successfully do this but then my ...
Jessie Slobogian-Sanford's user avatar
1 vote
1 answer
727 views

RxDB/Electron storing data in sqlite

I want to build a hybrid using Ionic/Electron to run it on Desktop,Browser and Android, after doing some research i found about RxDB which by it's definition seems to fit this kind of DB usage (https:/...
user7616817's user avatar
0 votes
3 answers
419 views

How to make this global variable hold its value between calls?

I'm trying to reduce the amount of times the database object is initialized in my data access file (variable database inside the file tree-rxdb.mjs). I created a global variable to hold a reference to ...
Aspiring Dev's user avatar