rxdb-utils
rxdb-utils copied to clipboard
RxDB's missing pieces
Adding this for future reference. With the current architecture of RxDB, immediate interception of conflicting revs for [eventual conflicts](https://pouchdb.com/guides/conflicts.html) doesn't seem possible. There are two strategies to consider: * **Resolving...
Hi there, small fixes to comply with new RxDB v9 plugins registration. Not sure if I did all correctly as this is my first PR, let me know it needs...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [onchange](https://togithub.com/Qard/onchange) | devDependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/onchange/6.1.1/7.0.2) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rxdb](https://rxdb.info/) ([source](https://togithub.com/pubkey/rxdb)) | peerDependencies | minor | [`>= 8.0.0 < 8.7.0` -> `<...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pika/pack](https://www.pikapkg.com/blog/introducing-pika-pack/) ([source](https://togithub.com/pikapkg/pack)) | devDependencies | minor | [`^0.4.0` -> `^0.5.0`](https://renovatebot.com/diffs/npm/@pika%2fpack/0.4.0/0.5.0) | | [@pika/plugin-build-web](https://www.pikapkg.com)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://togithub.com/uuidjs/uuid) | dependencies | major | [`^7.0.2` -> `^8.0.0`](https://renovatebot.com/diffs/npm/uuid/7.0.3/8.0.0) | --- ### Release...
Add docs for changes introduced on #7 and #12. @tommyo could you take the lead on your changes?
Hello, This is not an issue per se, but rather a limitation I wanted to ask about. I am using RxDB in a React Native project. I have a large...
Version: 2.0.0-beta1 During local testing I have had to reset the database sometimes. Sometimes this includes deleting and recreating the couchdb replication database (or else all the previous data would...
The replication plugin currently assumes that the current user has admin rights, resulting in the following errors as it attempts to create the replication filter design doc: ``` index.es.js:212 GET...