ForerunnerDB icon indicating copy to clipboard operation
ForerunnerDB copied to clipboard

Update All CRUD Calls to Use REST Principals

Open Irrelon opened this issue 9 years ago • 0 comments

Return array or object from calls such as insert, upsert etc that represent the documents worked on. On insert for instance we currently return "inserted" and "failed" arrays. This should only be an array of inserted documents. Where one fails, all inserts for that operation should fail (atomic operations).

Irrelon avatar May 24 '16 09:05 Irrelon