PouchDB unit operations are atomic (e.g. put), but bulk operations are not and can be partially successful.
Proper handling of PouchDB-errors is not implemented yet: the current implementation at best ignores errors returned together with valid results. A more appropriate approach is required
PouchDB unit operations are atomic (e.g.
put), but bulk operations are not and can be partially successful.Proper handling of PouchDB-errors is not implemented yet: the current implementation at best ignores errors returned together with valid results. A more appropriate approach is required