upsert icon indicating copy to clipboard operation
upsert copied to clipboard

PouchDB plugin for upsert() and putIfNotExists() functions

Results 19 upsert issues
Sort by recently updated
recently updated
newest added

## Version **6.3.0** of [pouchdb-promise](https://github.com/pouchdb/pouchdb) just got published. Branch Build failing 🚨 Dependency pouchdb-promise Current Version 6.2.0 Type dependency This version is **covered** by your **current version range** and after...

greenkeeper

It would be nice if I could just pass in a document and not worry about the update function: `db.upsert(docId, diffFunc|doc [, callback])`. I usually just want to overwrite the...

I have a problem similar to https://stackoverflow.com/questions/44357946/update-more-than-one-document-in-a-loop and I tried to solve it as described in the last answer. But it doesn't work, because when the upsert diffFunc enter the...

I'm using webpack, and when importing upsert's pouchdb-promise dependency, it imports `pouchdb-promise/lib/index.es.js`, which exports a module (where Promise is module.default and not module), which breaks upsert. The solution would be...

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

## Version **14.2.0** of [browserify](https://github.com/substack/node-browserify) just got published. Branch Build failing 🚨 Dependency browserify Current Version 14.1.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

## Version **4.1.0** of [chai](https://github.com/chaijs/chai) just got published. Dependency chai Current Version 3.5.0 Type devDependency The version **4.1.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

I have the common scenario that I want to update a field in a document (e.g. when some async calculation completes), *if* that document still exists. `upsert` is almost suitable,...

## Version **7.0.0** of [chai-as-promised](https://github.com/domenic/chai-as-promised) just got published. Dependency chai-as-promised Current Version 6.0.0 Type devDependency The version **7.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper