Skip to main content

All Questions

Tagged with
0 votes
1 answer
817 views

Which non premium RxDB RxStorage can be used as a database backend for GraphQL Replication on a NodeJS backend application? [closed]

I'm studying RxDB to use it in a NodeJS backend with GraphQL replication but I couldn't find any free opensource RxStorage with this specs in the documentation. PouchDB - seems to work only with ...
Tiago Stapenhorst's user avatar
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