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
0 votes
0 answers
111 views

RXDB Application and data storage size issue

I'm working on a web app using RXDB as a client side database and MongoDB as a server side database. Currently, local RXDB browser databases contain exactly the same data as the server side db. This ...
Platus's user avatar
  • 1,407
1 vote
0 answers
240 views

RxDb - Delete object from array with specific index

It gives me a head-ache seeing all solutions using $pull in MongoDb that RxDb inspire it's queries I started looking into docs I saw that RxDb uses modifyjs. Yee... it doesn't support $pull operator ...
Adrak Pro's user avatar