pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

When will this be part of the main pouchDB repo? #11

Closed raymatos closed 8 years ago

nolanlawson commented 8 years ago

It was already copied in: https://github.com/pouchdb/pouchdb/blob/8132c76b0a79b75a1ca7f19d1b85943869f6e47d/lib/deps/upsert.js. So this is now a totally separate module, and can live its own life independent of PouchDB.

nolanlawson commented 8 years ago

Or if you mean, will it ever ship with PouchDB as an exposed API, the answer is no.

raymatos commented 8 years ago

Right I was asking if you will bring it into pouchdb. Seems like it would be a convenient API to have. But I understand, if you want to keep pouchdb as close to couchdb as possible.

nolanlawson commented 8 years ago

Yes, and also it keeps the core size small.